* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background-image: url(img/body-bg.gif);
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Begin of styles for the demonstration (you can remove them) */
a.expand {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demonstration */
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 252px;
	background-image: url(img/header.jpg);
	border-left: 2px solid #200208;
	border-right: 2px solid #200208;
}

#header div.name1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	padding: 40px 0px 0px 110px;
}

#header div.name2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: white;
	padding: 0px 0px 0px 110px;
}

#header div.name3 table {margin-left: 110px;}
#header div.name3 table tr td {color: white; font-size: 14px; line-height: 16px;}
#header div.name3 table tr td a {color: white;}
#header div.name3 table tr td.left {}
#header div.name3 table tr td.right-address {}

#header div.name4 {color: white; font-size: 18px; line-height: 18px; padding: 0px 0px 0px 110px;}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	padding-left: 250px;
	height: 1%;
	border-left: 2px solid #200208;
	border-right: 2px solid #200208;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#container div.login {color: white;}

#content {
	padding: 20px 20px 5px 20px;
	background-color: #4F0715;
	color: white;
}

#content h1 {font-size: 20px; line-height: 20px; margin-bottom: 10px;}
#content h2 {font-size: 20px; line-height: 20px;}
#content h3 {font-size: 20px; line-height: 20px;}
#content div.wrapper1 ul, ol {margin-left: 30px;}
#content div.wrapper1 table {background-color: #404040;}
#content div.wrapper1 td {background-color: #c6e6aa; padding: 2px;}
#content a {color: white;}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 250px;
	position: relative;
	left: -250px;
}

.sl div.menu {padding: 0px 10px 0px 10px;}

.sl div.menu a {
	display: block;
	background-color: #7E0B22;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #200208;
	text-transform: capitalize;
	width: 230px;
}
.sl div.menu a:hover {background-color: #bf1134;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 74px;
	background-image: url(img/footer-bg.gif);
	border-left: 2px solid #200208;
	border-right: 2px solid #200208;
}

#footer div.menu {
	text-align: center;
	padding-top: 27px;
}

#footer div.menu a {color: white; text-transform: capitalize;}
#footer span {color: white;}
#footer div.menu a:hover {text-decoration: none;}
#footer div.made {text-align: right; padding-right: 20px;}
#footer div.made a {text-decoration: none; color: #8f0d26; font-size: 9px;}
#footer div.made a:hover {text-decoration: underline;}

