body {
	background: url(../images/bg.jpg) no-repeat #000000;
	margin: 90px 0 50px 0;
	padding:0px;
	font-family: Microsoft-Sans-Serif, MS-Sans-Serif, Arial, sans-serif;
	font-size:12px;
	line-height:1.4;
	color:#000;
}

.floatleft{float:left;margin:0 15px 15px 0;}

h1{padding:0;margin:0;font-size:25px;}

h2{padding:0;margin:0;font-size:15px;}

h2.bg{background:#cac9c9;padding:8px;}

#logo{margin:10px;}

#menu{color:#fff;text-align:right;padding:5px;background:#b90100;font-weight:bold;}

#footer{background:#fff;padding:8px;color:#000;padding-top:25px;}




/*///////////// Links ////////////////*/
#menu a:link {color:#fff; text-decoration:none;border:none;}
#menu a:visited {color:#fff; text-decoration:none;border:none;}
#menu a:hover {color: #fff; text-decoration:none;border:border-bottom:1px dotted;}

#footer a:link {color:#000; text-decoration:none;border:none;}
#footer a:visited {color:#000; text-decoration:none;border:none;}
#footer a:hover {color: #b90100; text-decoration:none;border-bottom:1px dotted;}

a:link {color : #000; text-decoration:none;border-bottom:1px dotted;}
a:visited {color : #000;text-decoration:none;border-bottom:1px dotted;}
a:hover {color : #b90100; text-decoration:none;border-bottom:1px dotted;}

/*//////////////////////////////////////////*/

/*/////////////// form elements //////////////////*/
input{
	color: #000;
	border:none;
	width:138px;
	font-size:1em;	
}

input.but{
	border:none;
	width:169px;
	height:35px;
	margin-top:10px;
	font-size:1.5em;
	color:#fff;
	background:#343434;	
}

input.cb{
	width:15px;
	margin-left:-1px;	
}

textarea {
	padding:2px;
	border:1px;
	color: #000;
	width:135px;
	font-family: Microsoft-Sans-Serif, MS-Sans-Serif, Arial, sans-serif;
	font-size:1em;
}

select {
	color: #000;
	font-family: Microsoft-Sans-Serif, MS-Sans-Serif, Arial, sans-serif;
	font-size:1em;
	width:120px;
}
