body {

	background-color: #bec3c6;

	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;

	margin: 0px;
	padding: 0px;

	font-family: arial;
	font-size: 13px;
	
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#container {

	
	background-image: url('img/light.gif');
	background-position: center 0px;
	background-repeat: no-repeat;


	padding: 15px 0px 0px 0px;
	
}

#header {

	width: 936px;
	height: 90px;

	margin: 0px auto;

	background-color: #000;
	background-image: url('img/header_blue.jpg');

	color: #fff;


	text-align: center;
}

#title {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
}

#description {
	font-size: 11px;
	border-top: 1px dashed #fff;
	padding: 3px 0px 0px 0px;
	display: inline;
}

#menu {

	width: 936px;
	height: 39px;
	margin: 0px auto;

	background-color: #fff;
	

	
	background-image: url('img/gradient.gif');
	background-repeat: no-repeat;
	background-position: 0px 30px;
	
	

}

#menu form {
	margin: 0px;
	border: 0px;


	width: 213px;
	height: 21px;

	display: block;
	float: right;
	background-image: url('img/searchbox.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	
	padding: 6px 10px 0px 0px;
	
}

#menu form input {
	float: right;
	margin: 0px;
	padding: 0px;

	border: 0px;
	
}

#sidebar {

	position: absolute;
	left: 636px;

	width: 275px;
	float: right;

	padding: 0px 15px 10px 15px;
}

#search {
	width: 180px;
	height: 19px;
	background-color: #c6c4c4;
	color: #666;
	
}

#go {
	width: 25px;
	height: 21px;
}

#menu img {
	display: block;
	border: 0px;
	width: 28px;
	padding: 0px 5px;
}

#menu a {
	display: block;
	float: left;
	border-right: 1px solid #ccc;
}



#menu a.text {
	
	width: 80px;
	
	height: 23px;
	padding-top: 7px;

	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
	text-align: center;
}

#menu a:hover {
	background-color: #ddd;
}

#content {

	position: relative;

	min-height:600px;
	height: auto !important;
	height: 600px; 

	width: 606px;
	margin: 0px auto;

	background-color: #fff;
	background-image: url('img/content.gif');
	background-repeat: repeat-y;

	padding: 10px 315px 10px 15px;

	overflow: hidden;
	

}



#content hr {
	margin: 5px 0px;
	padding: 0px;
	border: 0px;

	height: 1px;
	width: 100%;

	color: #ccc;
	background-color: #ccc;
}

#sidebar hr {

	border: 0px;
	margin: 10px 0px;
	padding: 0px;

	width: 300px;
	height: 6px;

	background-image: url('img/separator.png');

	position: relative;
	left: -15px;
	clear: both;
}


#sidebar h1,h2,h3,h4,h5,h6 {
	font-face: arial;
	font-weight: none;
	margin: 10px 0px;
	padding: 0px;
}

#sidebar h2 {
	font-size: 18px;
}

#sidebar a {
	display: block;
	font-size: 15px;
	color: #666;
	text-decoration: none;
	margin: 5px 0px;
	padding: 0px 0px 0px 25px;
	background-image: url('img/bullet.gif');
	background-repeat: no-repeat;
	background-position: 10px 6px;
	
}

#sidebar a:hover {
	color: #000;
}



#footer {

	width: 936px;
	height: 88px;

	background-color: #ffffff;
	background-image:url('img/footer.jpg');
	background-position:bottom;
	background-color: #ffffff;
	border-top: 1px solid #ccc;
	margin: 0px auto 0px auto;

}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #000;
}

#technical {

	width: 936px;
	margin: 0px auto 30px auto;

	font-size: 9px;
	text-align: center;

}

#footer p {
	font-size: 10px;
	padding: 10px 15px 0px 15px;
	color: #999;
}

#content h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: arial;
}

#content h1 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

#content h1 a {
	display:block; 
	width:100px; 
	float: right; 
	text-align: right;
	color: #000;
	text-decoration: none;
	font-size: 15px;
}

#content h1 a:hover {
	color: #f00;
	text-decoration: underline;
}

#content h6 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	color: #999;
}

#content p {
	margin: 5px 0px 20px 0px;
}

#contact h1 {
	margin-top: 20px;
}

.parent {

	margin: 0px 10px 10px 10px;
	padding: 10px;
	background-color: #fff;

	border: 1px dashed #ccc;

}

#contact p {
	margin: 5px 0px 2px 50px;
}

#sidebar p {
	margin: 5px 0px 10px 10px;
}

#login {

	width: 40%;
	float: left;

}

#register {

	width: 60%;
	float: left;

}


#logos {

	margin: 10px;
	padding: 20px;
	background-color: #fff;
	text-align: center;

}

p.error {
	color: #c00;	
	background-color: #fdd;
	border: 1px dashed #600;
	padding: 10px;
	text-align: center;
}
