body{
	background-color: #0c0c0c;
}

.banner{
	width:700px;
	height: 105px;
}

.backmain{
	padding: 0;
	margin: 0;
	background: #0c0c0c url(background.png) no-repeat center top;

}

.menu{
	color: #346986;
	width: 700px;
	height: 49px;
	background-image: url(bk.png);
	border: 1px solid #467dac;
	word-spacing: 15px;
}

.main a:link, .main a:visited{
	color:#000000;
}

.main a:hover{
	color:#467dac;
}

.main{
	width: 700px;
	height: auto;
	background-color: #ced2d8;
	border: 1px solid #2b2b2b;
	font-size: 9pt;
}

.main-text{
	width: 680px;
	height: auto;
	text-align: left;
	font-size: 10pt;
	font-family: Trebuchet MS;
	padding-top: 10px;
	color: #717171;
}

h2{
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 14pt;
}

.links{
	width: ;
	height: 30px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	line-height:45px;
}

.links:hover{
	border-bottom: 1px solid #257dcf; 
	text-decoration: none;
	color: #2bafbb;
}

.graph{
	width:680px;
	height: 170px;
	border-bottom: 1px solid #aeaeae;
}

.copyright{
	width: 800px;
	height: 30px;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Trebuchet MS;
}

input#name, input#fname, input#country, input#website, input#lname, input#username, input#password { 
	border: 1px solid #a1a1a1; 
	background-color:#FFFFFF;
	color: #606060;
	font-family: Trebuchet MS;
}

input#email{
	border: 1px solid #a1a1a1; 
	background-color:#FFFFFF;
	color: #346986;
	font-family: Trebuchet MS;
}

textarea#message { 
	border: 1px solid #a1a1a1; 
	background-color:#FFFFFF;
	color: #606060;
	font-family: Trebuchet MS;
	font-size:9pt;
}

textarea#message:focus, input#name:focus, input#email:focus, input#fname:focus, input#lname:focus, input#country:focus, input#website:focus, input#password:focus, input#username:focus{
	border:1px solid #366e92;
}

.button {
	background-image: url(submit.png);
	width:69px;
	height:27px;
	border: 1px solid #ced2d8;
	background-color:#ced2d8;
	color:#000000;	
	font-size: 8pt;
}

.button:hover {
	background-image: url(submithover.png);
	width:-69px;
	height:-27px;
	border: 1px solid #ced2d8;
	background-color:#ced2d8;
	color:#000000;	
	font-size: 8pt;
}

a:link{color: #FFFFFF; text-decoration: none;}
a:visited{color: #FFFFFF; text-decoration: none;}
a:hover{color: #346986; text-decoration: underline;}


.register {
	width:200px;
	float:right;
	margin-right: 40px;
}

.login {
	width:160px;
	float:left;
	margin-left: 90px;
}

.bt_register {
	background-image: url(submit.png);
	width:69px;
	height:27px;
	border: 1px solid #ced2d8;
	background-color:#ced2d8;
	color:#000000;
	text-align:right;
	font-size: 8pt;
}

.bt_login, .bt_logout  {
	background-image: url(submit.png);
	width:69px;
	height:27px;
	border: 1px solid #ced2d8;
	background-color:#ced2d8;
	color:#000000;
	font-size: 8pt;
}

.bt_login:hover, .bt_logout:hover {
	background-image: url(submithover.png);
	width:69px;
	height:27px;
	border: 1px solid #ced2d8;
	background-color:#ced2d8;
	color:#000000;
	font-size: 8pt;
}

.bt_register:hover {
	background-image: url(submithover.png);
	width:69px;
	height:27px;
	border: 1px solid #ced2d8;
	background-color:#ced2d8;
	color:#000000;
	text-align:right;
	font-size: 8pt;
}
