/*
Name: Sweet Curls
Author: Qwickmalik
URL: http://www.qwickfusion.com
Date: March 2, 2008
*/

/* GLOBALS */

body {
	background: #C9AD42;
	margin: 0 auto;
	padding: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #232323;
}

a {
	text-decoration: none;
	color: #FFD700;
}

a:hover {
	text-decoration: underline;
}

img {}

form, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

blockquote {
	font-style: italic;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.6em;
	text-align: justify;
	padding: 0 15px 0 20px;
	color: #393939;
}

title{
	font-weight: bold;
	font-size: 9px;
	color: #393939;
}
ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

img{
	margin-bottom: 10px;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: none;
}

/* HEADER */
#header {
	float: left;
	width: 900px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	background: none;
}

#header_left{
	float: left;
	width: 675px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/header_left.jpg) left no-repeat;
}

#header_right{
	float: left;
	width: 225px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/header_right.jpg) left no-repeat;
}

#header_bottom{
	float: left;
	width: 225px;
	height: 71px;
	margin: 0 auto;
	background: url(../images/header_bottom.jpg) left no-repeat;
}
/* CONTENT */
#wrapper {
	float: left;
	width: 900px;
	margin: 0 auto;
	background: url(../images/wrapper.jpg) top left repeat-y;
}

#content {
	float: left;
	width: 900px;
	margin: 0 auto;
	background: url(../images/content.jpg) top left no-repeat;
}

#left {
	float: left;
	width: 610px;
	background: none;
	margin-left: 65px;
}

#news{
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 600px;
	height: 300px;
	overflow: scroll;
}

#news_top{
	background: url(../images/news_top.jpg) top left no-repeat;
	float: left;
	width: 600px;
	height: 33px;
	margin: 0 auto;
	padding: 0;
}

#news_middle{
	background: url(../images/news_middle.jpg) top left repeat-y;
	float: left;
	width: 580px;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	text-align: right;
}

#news_line{
	background: url(../images/news_line.jpg) top center no-repeat;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 580px;
	height: 5px;
}

#news_bottom{
	background: url(../images/news_bottom.jpg) top left no-repeat;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 600px;
	height: 10px;
}

#right {
	float: left;
	width: 225px;
	margin: 71px 0 0 0;
	background: none;
}

/* FOOTER */
#footer {
	float: left;
	width: 900px;
	height: 80px;
	background: url(../images/footer.jpg) left repeat-y;
}

#footer p{
	text-align: center;
	font-size: 9px;
	padding-top: 15px;
	color: #FFA500;
}

#clearer{
	clear: both;
}

/* side menu */
#menu{}
/*
#menu ul{
	margin: 0px 0px 0px 0px;
}
#menu ul li{
	list-style: none;
	margin: 0px 0px 0px 0px;
}
*/
#menu a {
	display: block;
	float: left;
	width: 225px;
	height: 26px !important;
	height: 26px;
	margin: 0 auto;
	padding-left: 20px;
	font-size: 11px;
	color: #0075E6;
	text-align: left;
	vertical-align: middle;
	background: url(../images/menu.jpg) left no-repeat;
}

#menu a:hover {
	float: left;
	width: 225px;
	height: 26px;
	margin: 0 auto;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	background: url(../images/menu_over.jpg) left no-repeat;
}

#menu a#active_menu {
	color: #ffffff;
}

#menu a#active_menu:hover {
	color: #FFFFCA;
}

#menu h3 {
    text-align:    left;
    color: #ffffff;
    font-weight: normal;
    font-size:     14px;
    padding-left:  20px;
	 width: 225px;
	height: 27px !important;
	height: 27px;
	 background: url(../images/main_menu.jpg) left no-repeat; 
}

#menu th {
	width: 225px;
	height: 27px !important;
	height: 27px;
    color: #ffffff;
    text-align:     left;
    vertical-align: middle;
    font-weight: bold;
    padding-left:   20px;
    font-size:      14px; 
    text-transform: none; 
    background: url(../images/main_menu.jpg) left no-repeat; 
}