body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #000000
}

.pngfix {
	behavior: url("js/iepngfix/iepngfix.htc");
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #AAAAFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited
{
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


a:hover
{
	color: #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:active
{
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#header .suggestionsBox {
	*position: relative;
	*left: 0px;
	margin: 8px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border: 2px solid #181818;
	color: #fff;
}

#header .suggestionsBox .uparrow {
	position: relative;
	left:20px; 
	top:-12px;
	*top:-17px;
}
#header .suggestionList {
	margin: 0px;
	padding: 0px;
}

#header .suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style-type: none;
	font-size:12px;
	*list-style-position: outside;
	*padding-top:0;
}

#header .suggestionList li:hover {
	background-color: #66669A;
}

#header {
	position:absolute;
	z-index:10;
	width:98.5%;
	height:72px;
	background: url('images/sub_header.jpg') no-repeat;
}
#header ul {
	float: left;
	margin:0;
	padding:5px 0 0 0;
}
#header ul li {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display:inline;
	list-style-type:none;
	margin: 0 0 0 50px;
}

#header .searchform {
	font-size: 16px;
	font-weight: bold;
	float:right;
	margin: -3px 5px 0 0;
	*margin: -6px 5px 0 0;
	padding: 5px 0 0 0;
}

#header .searchform .searchbox span {
	position: relative;
	top: 2px;
}

#header .searchform .searchbox #inputString {
	appearance:searchfield;
	-moz-appearance:searchfield;
	-webkit-appearance:searchfield;
	-o-appearance:searchfield;
}

#homepage #header {
	width: 770px;
	background: black no-repeat;
	left:50%;
	margin-left: -385px;
}

#homepage #header ul li.first {
	margin:0;
}

#content {
	position:absolute;
	z-index:1; 
	top:100px;
	*top:110px;
	left:50%; 
	width:780px; 
	margin-left: -390px;
}

#content dt {
	margin-top: 1em;
	font-weight: bold;
}

#homepage #content {
	top:75px;
	*top: 90px;
	width:672px; 
	margin-left: -336px;
}
#detail #content {
	top:150px;
}
