/* CSS Document */

/* basic elements */
body {
	background-color: #000000;
	font: normal 100% Arial;
	height: auto;
	margin: 0px;
	text-align: center;
	width: auto;
	}

h1 {
	color: #ffffff;
	font: normal 103% Arial;
	font-weight: bold;
	margin: 0px 0px -10px 0px;
	}

h2 {
	color: #cccccc;
	font: normal 65% Arial;
	margin: 0px;
	}

h3 {
	color: #ffffff;
	font: normal 65% Arial;
	margin: 0px;
	text-align: right;
	}

html>body h2 {
	color: #cccccc;
	font: normal 65% Arial;
	margin: 0px 0px -1px 0px;
	}

img {
	border: 0px;
	}

p {
	font: normal 70% Arial;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	}

/* LINKS */

a {
	color: #ffffff;
	text-decoration: underline;
	}

a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

/* specific divs */

#clear {
	clear: both;
	}

#container {
	font: normal 100% Arial;
	height: 100%;
	margin: 0px;
	position: relative;
	text-align: center;
	width: 100%;
	}

#copyright {
	position:absolute;
	left:525px;
	top:552px;
	width:212px;
	}

#footer {
	background: #E5E5E5 url(../../s/art/ui/pgadbg.gif) no-repeat;
	float: left;
	padding: 6px 11px 6px 11px;
	width: 100%;
	}

html>body #footer {
	background: #E5E5E5 url(../../s/art/ui/pgadbg.gif) no-repeat;
	float: left;
	padding: 6px 0px 6px 0px;
	width: 750px;
	}

#top {
	width: 100%;
	border-bottom: solid 1px #999;
	background: #333333;
	line-height: 12px;
	margin: 0px;
	padding: 3px 3px 3px 6px;
	text-align: left;
	height: 40px;
	}

#left {
	float: left;
	margin: 10px 0px 0px 6px;
	text-align: center;
	width: 600px;
	}

#right {
	float: right;
	margin: 7px 11px 0px 11px;
	text-align: left;
	width: 177px;
	}

#righttop {
	color: #ffffff;
	height: 358px;
	}

.top_logo {
	width: 120px;
	padding: 0px 20px 0px 0px;
	float: left;
	margin-top: -3px;
	}

html>body #top {
	border-bottom: solid 1px #999;
	background: #333333;
	line-height: 12px;
	margin-top: 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
	width: 100%;
	height: 34px;
	}

/* use these in image tag for border style */
.copyright {
	position:absolute;
	left:525px;
	top:550px;
	width:212px;
	}

.pic {
	border: solid #000 1px;
	}
