/*
* {
	margin:0;
	padding:0;
}
*/
html {
height:100%;
}

body {
	background: #000 url(/images/layout/bg.jpg) top left;
	color:#fff;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	margin:0;
	padding:0;
}


#wrapper {
	position:relative;
	width:765px;
	background: #000 url(/images/layout/mainbg.jpg) top left;
	margin-left:auto;
	margin-right:auto;
/*	height:100%; */
	border-bottom:1px solid #5d5e5e;
}

#wrapper h1 {
	display:none;
}
#printlogo {
	display:none;
}


#banner {
	width:765px;
	height:242px;
	background: #000 url(/images/layout/header.jpg) top left no-repeat;
}

#main {
/*	padding-top:117px; */
	width:570px;
	text-align:left;
	float:right;
	margin-right:5px;
}

#footer {
	clear:both;
/*	position:absolute; */
	bottom:0;
	text-align:center;
	font-size:10px;
	padding-top:50px;
	margin-bottom:20px;
}

#breadcrumb {
	margin-right:10px;
	text-align:right;
}

.thumbnail img {
	float:left;
	height:60px;
	width:80px;
	padding: 0px 8px 9px 0px;
}

.thumbnail p {
	text-indent:10px;
}

.button {
	width: auto;
	background: #fcc800;
	color: #000;
	cursor: pointer;
	border: solid #777 1px;
}

input, textarea {
	width:200px;
}



A:link    {text-decoration: none; color: #FFFFFF; }
A:visited {text-decoration: none; color: #FFFFFF; }
A:hover   {text-decoration: none; color: #FE9901; }

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 45px;
	width:500px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.sIFR-flash {
	visibility: visible !important;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.thumbnail img {
	float:left;
	height:60px;
	width:80px;
	padding: 0px 8px 9px 0px;
	background: url(../images/imgbg.jpg) top left no-repeat;
}

.thumbnail p {
	text-indent:10px;
}
h6 a{
	/*text-align: center;*/
	/*position:absolute;
	top:340px;
	left:305px;*/
	/*font-size: 12px;*/
	background: url(/images/compsun_01.jpg) bottom right no-repeat;
	border: 1px solid white;
	width: 320px;
	height: 282px;
	display: block;
	/*text-indent: -999em;*/

}



h6 a:hover{
/*	text-align: center;
	width: 320px;
	position:absolute;
	top:340px;
	left:305px;
	font-size: 12px;*/
	background: url(/images/compsun_01.jpg) top right no-repeat;
/*	border: 1px solid white;
	height:282px;*/

}

#wrapper #main #h4{
	border:1px solid #fff;
	margin-bottom:290px;
}
#sidebar-form {
position:absolute;
top: 470px;
left:0px;
margin:0px 0px 0px 1px;
padding:2px;
width:146px;
}

#sidebar-form .members {
color:#FFF49A;
display:block;
font-size:14px;
font-weight:bold;
}
form#sidebar-form label {
	padding-bottom:2px;
}
form#sidebar-form input {
	width:150px;
}

#member-link {
	width: 150px;
	display : block;
	color : #fff49a;
	font-weight:bold;
	text-decoration : none;
	font-size:14px;
	height:25px;
	background: url(/images/layout/menu_under.jpg) no-repeat bottom left;
	padding-left:28px;
}
form#contact-form {
    width:400px;
}
form#contact-form p {
    clear:both;
    width:400px;
    padding-bottom:2em;
}
form#contact-form p * {
    width:300px;
    float:right;
    margin-bottom:10px;
}
form#contact-form p label, form#contact-form p strong {
    width:50px;
    float:left;
}