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

#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	float: left;
	width: 950px;
	height: 150px;
	margin-bottom: 20px;
}
#main_left {
	float: left;
	width: 650px;
}
#main_right {
	float: left;
	width: 225px;
	margin-left: 50px;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/expert_bg.jpg);
}
#content {
	float: left;
	width: 950px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-bottom: 50px;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 25px;
}
#footer {
	float: left;
	width: 950px;
	margin-top: 40px;
	padding-bottom: 10px;
}
body {
	background-color: #999999;
	background-image: url(../images/home_bg.jpg);
}
.box { 
  background: #666666; 
}
.boxtop {
	background-image: url(../images/box/ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxtop div {
	font-size: 0;
	height: 10px;
	background-image: url(../images/box/nw.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxbottom {
	background-image: url(../images/box/se.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.boxbottom div {
	font-size: 0;
	height: 10px;
	background-image: url(../images/box/sw.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
#phrase {
	padding: 8px;
	font-size: 12px;
}
#name {
	float: left;
	width: 720px;
	margin-top: 40px;
}
#logo {
	float: left;
	width: 200px;
	padding-left: 20px;
}
#space {
	height: 20px;
}
.sidebar {
	padding-top: 20px;
}
a {
	font-size: 12px;
	color: #FF9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9933;
}
a:hover {
	color: #330000;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}
#web_class {
	margin-top: 20px;
}
.thumbnail {
	width: 205px;
}
#class {
	background-color: #333333;
	background-image: url(../images/expert_bg.jpg);
}
#spacer {
	height: 350px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.bgbody {
	background-color: #676767;
}
.nav {
	padding: 2px;
	width: 87px;
}
#comingsoon {
	margin-top: 50px;
	width: 500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: center;
}
#twitter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
