@charset "utf-8";
/* CSS Document */

body {
background:#000000;
font-family:Verdana, Tahoma, Arial, sans-serif;
font-size:12px;
color:#BDBDBD;
}

a {
color:#D3D395;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

img {
border:none;
}

#page {
width:900px;
margin:auto;
border:#999999 solid 1px;
background:#292929 url(../images/phoneNUmber.png) no-repeat bottom left;
position:relative;
}

.head {
background:url(../images/head.jpg);
width:100%;
height:113px;
}

.mainContentContainer {
background:#374C8A;
float:left;
width:627px;
}
.mainContent {
margin-left:46px;
}

.mainText {
text-align:justify;
padding-right:10px;
}
.mainPic {

margin-top:10px;
border:solid #999999;
border-width:1px 0 1px 1px;
clear:both;
}

.btnSubmit {
background-color:#292929;
border:solid 1px #B5B5B5;
border-bottom-color:#7C7C7C;
border-right-color:#7C7C7C;
color:#bdbdbd;
}

.menu {
width:273px;
float:left;
}

/*menu */
.menu ul {
margin:0;
padding:20px 0;
margin-left:20px;
list-style-type:none;
}

.menu li {

/*display:inline-block;*/
}

.menu a {
	color:#BDBDBD;
	display:block;
	background:url(../images/menuBullet.png) no-repeat;
	margin-top:5px;
	padding-left:30px;
	text-decoration:none;
	font-size:16px;
}
.menu a:hover {
	background:url(../images/menuBullet.png) no-repeat 0 -20px;
	color:#FFFFFF;
	text-decoration:none;
}
/* menu end */

