/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(../files/images/logo_bg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #BF4D36;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 900px;
	height: 171px;
	margin: 0 auto;
	background: url(../files/images/logo.png) no-repeat left top;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 910px;
	height: 37px;
	margin: 0 auto;
	position: absolute;
	top: 155px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 25px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(../files/images/img03.jpg) no-repeat center top;
	text-decoration: none;
}

#menu .first {
	background: url(../files/images/img03.jpg) no-repeat center top;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../files/images/sidebar_top.png) repeat-y left top;
	position: relative;
	top: 34px;
}


#wrapper-btm {
	width: 900px;
}



/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 30px;
}

#page h1{
	color: red;
}	

/* Content */

.categories a:link{
	margin-top: 3px;

}

#content {
	float: right;
	width: 750px;
	margin: 0 auto;
	overflow: auto;
	height: 100%;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0 0 0 20px;
	overflow: auto;
	height: 100%;
}


#sidebar2{
	float: right;
	width: 150px;
	margin: 0;
	background-color: green;
}

#sidebar a, #sidebar2 a  {
	color: #4D4D4D;
	border: none;
}

#sidebar a:hover ,#sidebar2 a:hover {
	text-decoration: underline;
	color: #4D4D4D;
}

#sidebar a:visited ,#sidebar2 a:visited {
	color: #4D4D4D;
}

#subcategories
{
	padding: 1px 0 0 15px;
}

#pages
{
	width: 555px;
	background-color: red;
}