

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/back2.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666; 
	
}

h1, h2, h3 {
	color: #333333;
	font-size: 110%;
	font-weight:bold;
}

h1 {
	letter-spacing: -1px;
	font-size: 182%;
	padding-left: 5px;
	padding-top: 5px;
}

h2 {
	letter-spacing: -1px;
	font-size: 152%;
	padding-left: 5px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ul, ol {
	line-height: 120%;
	
}

p {
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Wrapper */

#wrapper {
	background: url(images/back2.jpg) repeat-x;
}

/* Header */

#header {
	padding: 2px 0;
	width: 600px;
	height: 462px;
	background: url(images/indexmainboxlong.jpg) repeat-x;
	clear: both;
	margin: 0 auto;
	border:#333333 2px solid;
}

#header h1, #header h2 {
	text-align: center;
}

#header h1 {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 28px;
	font-weight: normal;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-style: italic;
}

#header h2 a {
	color: #DDEEFF;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	clear: both;
	width: 600px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-x;
	border-bottom:#333333 2px solid;
	border-left:#333333 2px solid;
	border-right:#333333 2px solid;
}

#menu ul {
	width: 600px;
	height: 41px;
	margin: 0 auto;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float:left;
	height: 27px;
	padding: 22px 10px 0 10px;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #993300;
}

/* Page */

#page {
	width: 100%;
	margin: 0 auto;
}

/* Ads */

#ads {
	float: right;
	width: 180px;
	padding: 0 0 0 20px;
}

#ads h2 {
	margin-bottom: 20px;
	padding: 15px 0 1px 0;
	background: url(images/img06.gif) repeat-x left bottom;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

/* News*/

#news {
	width: 190px;
	height: 450px;
	float:right;
	clear:both;

}

/*newstext*/

#newstext {
font-size: 90%;
	color: #333333;
	padding: 5px 5px 5px 5px;
}


#newstext a {
	text-decoration: none;
	color: #1777B1;
}
/* Content */

#content {
	clear: both;
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-x;
	border-left:#333333 2px solid;
	border-right:#333333 2px solid;
	border-bottom:#333333 2px solid;
}



#content .post {
	padding: 5px;
	border-bottom: 1px solid #333333;
}

#content .date {
	line-height: normal;
	padding: 5px;
		
}


#content .more {
	clear: both;
	margin: 0;
	text-align: right;
	font-weight: bold;
}

#content a {
	color: #1777B1;
}

#content a:hover {
	color: #C90404;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 0 20px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-left: 20px;
	line-height: 180%;
}

#sidebar li li {
}

#sidebar li h2 {
	margin-bottom: 20px;
	padding: 15px 0 1px 0;
	background: url(images/img06.gif) repeat-x left bottom;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#sidebar a {
	color: #CCCCCC;
}

#sidebar a:hover {
	color: #FFFFFF;
}

#sidebar li li a {
}

/* Footer */

#footer {
	clear: both;
	width: 407px;
	margin: 0 auto;
	padding: 5px 0;
	background: #FFFFFF;
	text-align: center;
	font-size: 75%;
	color:#996600;
	height:80px;
}

#footer p {
	margin: 0;
	line-height: normal;
		background: #FFFFFF;
			text-align: center;
}

#footer a {
	color: #666666;
		background: #FFFFFF;
}





