/* CSS Document */

body {
	background:url(../images/bg.gif) repeat #333333;
	margin:0;
	padding:0;
	color:#F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	}

p {
	margin:0 0 7px 0;
	}

h1 {
	font-size:17px;
	font-weight:bold;
	}

#frame {
	width:760px;
	height:565px;
	padding:200px 20px 0 20px;
	background:url(../images/background.jpg);
	/*background:#333333;*/
	border:0;
	margin:0 auto 0 auto;
	}

/*
Menu bar
****************************************************/

#menu {
	height:25px;
	width:760px;
	padding:45px 0 0 0;
	}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	margin:0 10px 0 10px;
	font-size:12px;
	}
#menu a:hover {
	color:#FF6600;
	}
/*
Main Content 
***********************************************************/
#left {
	width:500px;
	float:left;
	}

#main_content {
	color:#E6E3E1;
	width:460px;
	margin:0 0 20px 10px;
	padding:10px;
	/*border:1px #ffffff solid;*/
	}

#main_content a{
	color:#ffffff;
	text-decoration:underline;
	}

#main_content a:hover{
	color:#FF6600;
	}

#main_content_fw {
	color:#E6E3E1;
	width:660px;
	margin:0 0 20px 10px;
	padding:10px;
	/*border:1px #ffffff solid;*/
	}

#main_content_fw a{
	color:#ffffff;
	text-decoration:underline;
	}

#main_content_fw a:hover{
	color:#FF6600;
	}
#main_content_fw img{
	margin-right:2px;
	}

#main_content_cl {
	width:300px;
	float:left
	}

#main_content_cr {
	width:300px;
	float:right;
	}

.buttons {
	border:1px solid #CCCCCC;
	color:#666666;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#phone {
	width:163px;
	padding:10px;
	font-size:26px;
	font-weight:bold;
	border:5px solid #333333; 
	margin:10px 0 0 45px;
	}

#current {
	float:left;
	width:220px;
	padding:10px;
	margin-top:50px;
	border-left:1px #ffffff solid;
	}
#current a{
	color:#ffffff;
	text-decoration:underline;
	}

#current a:hover{
	color:#FF6600;
	}

.images_left {
	float:left; 
	margin:-55px 0 0 298px;
	}

.images_left img{
	 border:2px solid #666666;
	 margin:10px;
	 }

.images_right img{
	border:2px solid #666666;
	margin:10px 0 0 20px!important;
	margin:7px 0 0 20px;
	}

	
/*
Footer
***********************************************************/
#footer {
	margin:0 auto 0 auto;
	height:30px;
	width:780px;
	padding-right:20px;
	color:#3A4444;
	font-size:9px;
	}
	
#footer a{
	color:#3A4444;
	text-decoration:none;
	}

#footer a:hover{
	color:#F0F0F0;
	}
