/* CSS Document */
body{
	background-color:#000000;
	background-image:url('../imgs/bg_gradient.jpg');
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	heigh:100%;
	margin:0px;
}

#main{
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
	width:814px;
	height:100%;
	
}

#main #header{
	height:104px;
	background-image:url('../imgs/bg_header.jpg');
	background-repeat:no-repeat;
	position:relative;
}

#main #header #logo{
	margin:37px 30px 0px 26px;
	border:0px solid #000000;
}

#main #header #advert{
	position:absolute;
	display:block;
	top:30px;
	left:50%;
	margin-left:-130px;
	width:468px;
	height:60px;
}

#main #content{
	background-image:url('../imgs/bg_main.jpg');
	background-repeat:repeat-y;
	background-position:bottom;
	position:relative;
	display:block;
	height:auto;
	padding:10px 0px 10px 0px;
}

#sendafriend{
	position:absolute;
	right:13px;
	top:0px;
	margin-top:-1px;
}

#sendafriend img{
	border:0px solid #ffffff;
}

#border{
	width:485px;
	height:716px;
	margin:0px auto 0px auto;
	background-image:url('../imgs/borders.jpg');
	background-repeat:no-repeat;
	background-position:top ledt;
	padding:12px 0px 0px 12px;
}

#border #main{
	width:460px;
	height:691px;
}

#common_table{
	margin:auto auto auto auto;
	border:3px solid #b5c1b2;
	line-height:25px;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
	width:550px;
}

#common_table td{
	padding:5px;
	border-bottom:1px dashed #000000;
}

#common_table #code{
	overflow:auto;
	width:550px;
	display:block;
}

#common_table #left_row{
	width:150px;
}

#common_table #title{
	border-bottom:0xp dashed #ffffff;
	padding:0px;
	text-align:center;
	background-color:#e5e5e5;
	font-size:14px;
}

#alert{
	border:1px dashed #e70033;
	color:#e70033;
	background-color:#ffb9b1;
	width:542px;
	margin:0px auto 10px auto;
	padding:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#alert p{
	padding:0px;
	margin:0px;
}

#profile{
	margin:0px auto 10px auto;
	border:3px solid #b5c1b2;
	line-height:25px;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
	width:550px;
	text-align:center;
	background-color:#d5ecff;
}

#profile a, #profile a:visited{
	margin-left:10px;
	color:#0c5795;
	text-decoration:none;
}

#profile a:hover{
	text-decoration:underline;
}