.htm {

}

body {
	margin: 0;
	padding: 0;
	background: url("../../images/bg.gif") #1f2025 repeat-x;
	font-family: verdana, arial, tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: justify;
	width: 100%;
	display: table;
}

#container {
	width: 1003px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 903px;
	height: auto;
	margin: 13px 0 0 50px;
	background: url("../../images/header_bg.gif") right no-repeat;
}

#header img{
	float: left;
	margin: 0px;
}
#header .col_two {
	margin: 0 0 0 364px;
}

/* Start Search */
#searchbox {
	float: right;
	width: 266px;
	height: auto;
	margin: 120px 1px 0 0;
}
#searchbox form {
	margin: 0px;
	padding: 0px;
}
#searchbox .google_search {
	float: left;
	width: 97px;
	height: 21px;
	text-align: center;
	background: #2d2d32;
}
#searchinput{
	float: right;
	width: 169px;
	height: 19px;
	font-size: 11px;
	border: 0px;
	vertical-align: middle;
	background: #5e6068;
}
#searchsubmit {
	float: right;
	margin: 5px 0 0 0;
	background: url("../../images/button.gif") center no-repeat;
	width: 70px;
	height: 17px;
	border: none;
}
/* End Search */

a:link, a:visited {color: #82848e; text-decoration: none;}
a:active, a:hover {color: #999daa; text-decoration: none;}

span .highlight {
	color: #82848e;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	margin: 20px 0 0 24px;
	padding: 0px;
	font: 14px "Trebuchet MS", arial, tahoma;
	color: #fff;
}
span {
	font-size: 12px;
}

span.highlight {
	color: #999daa;
	font-size: 11px;
}

p {
	color: #fff;
	text-align: justify;
	margin: 10px 0 10px 27px;
}

/* Start Left Content */
#left {
	float: left;
	margin: 0 0 0 50px;
	width: 205px;
	height: auto;
	color: #cccccc;
	background: #232328;
}

#left .list {
	float: left;
	width: 205px;
	height: 245px;
}
.list img {
	margin: 30px 0 0 25px;
}
.list ul {
	padding-left: 14px;
	margin: 10px 0 0 9px;
	height: auto;
	list-style: none;
	line-height: 1.8em;
	color: #cccccc;
	background: url("../../images/course_breakline.gif");
}
.list ul li {
	display: block;
}

#left .course {
	float: left;
	width: 205px;
	height: 31px;
}
.course p {
	margin: 5px 0 0 22px;
}
/* Start Form */
#left .frm {
	float: left;
	width: 205px;
	height: 210px;
	background: #000;
}
.frm p {
	margin: 10px 0 10px 4px;
	font: 100% arial, tahoma;	
}
.frm form {
	width: 196px;
	margin-left: 4px;
	padding: 0px;
}
.frm #textinput{
	width: 194px;
	height: 17px;
	font-size: 11px;
	color: #fff;
	margin-bottom: 5px;
	border: 1px solid #fff;
	vertical-align: middle;
	background: #343434;
}
.frm textarea {
	width: 194px;
	height: 65px;
	font: 11px verdana, arial, tahoma, Geneva, sans-serif;
	color: #fff;
	margin-bottom: 5px;
	border: 1px solid #fff;
	background: #343434; 
}
.frm #submitbtn {
	float: right;
	margin: 5px 5px 10px 0;
	width: 70px;
	height: 17px;
	border: none;
	font: 11px verdana, arial, tahoma, Geneva, sans-serif;
	color: #fff;
	background: #aa0000;
}

/* End Left Content */

/* Start Right Content */
.first_col {
	float: right;
	width: 698px;
	height: auto;
	margin: 0 50px 0 0;
}
.first_col img {
	margin: 35px 0 0 25px;
}

.second_col {
	float: right;
	margin: 0 50px 0 0;
	width: 698px;
	height: auto;
}
.second_col img {
	float: left;
	margin: 0 0 0 22px;
}
.gallery {
	float: right;
	background: #54555c;
	width: 463px;
	height: 255px;
}
/* End Right Content */
 
#footer {
	float: left;
	width: 100%;
	background: url("../../images/footer_bg.gif") top repeat-x;
}

#footer .top_section {
	width: 100%;
	height: 157px;
}
.top_section .contact {
	float: left;
	width: 205px;
	margin-left: 50px;
	background: url("../../images/add_bg.gif");
	height: 157px;
}
.contact p {
	color: #82848e;
	line-height: 14px;
	margin: 5px 0 0 20px;
}
#footer .activities_shows {
	float: left;
	width: 308px;
	height: 157px;
	border-right: 1px dotted #666;
}
.activities_shows ul {
	margin: 10px 0 0 0;
	list-style: none;
}
.activities_shows ul li {
	display: block;
	font-family: arial, tahoma, verdana;
	text-decoration: underline;
	margin: 0;
	padding-left: 12px;
	background: url(../../images/bullet.gif)left center repeat-y;
}
#footer .fashion_news {
	float: left;
	width: 389px;
	height: 157px;
}
#footer .sec_section {
	width: 903px;
	height: 68px;
	color: #63656b;
	margin-left: 50px;
}
.sec_section .visitor {
	width: 205px;
	float: left;
}
.sec_section p {
	float: right;
	color: #63656b;
	text-align: right;
	width: 320px;
	margin-top: 32px;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
