/*
Design by Hotelsinus
*/

/* Elements */

body {
	
	margin-top: 10px;
	text-align: justify;
	font: 12px Tahoma;
   	background-color: #212121;
}


h2, h3 {
	margin-top: 0px;
	color: #222;
}

h2 {
	font-size: 16px;
	color: #222;

}

h3 {
	margin: 0;
	font-size: 14px;
	color: #980000;

}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;

}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	color: #FF3301;

}

/* Header */

#header {
	width: 1000px;
	height: 91px;
	float: top;
	margin: 0 auto;
	margin-top: 0;
	background: url(images/header.png);
}

#header h1 {
	float: left;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 32px;
	line-height: 0px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000;
}

.img1 {
	float: left;
	margin: 10px 15px 0px 16px;
}

/* Menu */


#menu {
	width: 1000px;
	height: 124px;
	margin: 0 auto;
	float: center;
	padding: 0 0px;
	span style="cursor: pointer";
	background: url(images/menuback.png) no-repeat;
	
}

#menu ul {
	width: 800px;
	height: 30px;
	margin: 0px;
	padding:3px 0px 0px 140px;
	list-style: none;

}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	padding: 5px 23px 3px 23px;
	text-transform: uppercase;
	font: 10px Tahoma;
	text-align: center;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 1px #000;

}

#menu a:hover {
	font-style: none;
	color: #000;
	background: url(images/buttonback.png)no-repeat;
	text-shadow: 1px 1px 1px #000;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	padding: 11px 0px 5px 0px;
	/* background: url(images/contentback.png); */
	background-color: #FFF;

}

#colTwo {
	float: right;
	width: 0px;
	padding: 0 0px 0 0;
}

#colOne {
	float: center;
	width: 909px;
	padding: 0px 0px 0px 45px;
	color: #333;
}

/* Footer */

#footer {
	width: 1000px;
	height: 32px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/footerback.png) no-repeat;
	background-repeat: repeat-x;
	background-color: #EFEFEF;

}

#footer p {
	margin: 5px;
	text-align: center;
	font-size: 10px;
	color: #6B6B6B;
	text-decoration: none;
	background-color: #EFEFEF;
}


