/*
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: #990066 url(images/bg.gif) repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


h1, h2, h3 {
	font-weight: normal;
	color: #990066;	
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 20px;
}

h2#side {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 15px;	
	margin-top: 0px;
}


a {
	text-decoration: underline;
	color:  #990066;
}

a:hover {
	text-decoration: none;
	color:  #CC0000;
}


img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 980px;
	height: 160px;
	margin: 0 auto;
}

#header h1 {
	
	margin-top: 10px;
	margin-left: 100px;
	font-size: 26px;
}

#header h2 {
	
	margin-left: 100px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}




/* Page */

#page {
	width: 980px;
	margin: auto;
	margin-top: 5px;
	background-color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 680px;
	background-color: #FFFFFF;
	min-height: 650px;
}

.post {
	padding: 12px 50px;
	background: url(images/img04.jpg) no-repeat;
}

div#feature_box {
  text-align: center;
  width:530px;
  background-color: #f8f8ff;
  border:1px solid #CCCCCC;
  padding: 10px 20px 10px 20px;

}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-size: 16px;
  color: #990066;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 299px;
	background-color: #FFFFFF;
	border-right: 1px solid #EEEEEE;
	min-height: 650px;
	font-size: 14px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 40px;
	background: url(images/img03.jpg) no-repeat;
}


#sidebar li ul {
	line-height: 2em;
}



#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

li#l {
	font-size: 11px;
}

#sidebar h2 {
	margin-bottom: 10px;

	letter-spacing: -1px;
	color:  #CC0000;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}
