
body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
	BACKGROUND-IMAGE: url(../images/bg_main.gif);
	BACKGROUND-ATTACHMENT: scroll;
	BACKGROUND-REPEAT: repeat-y;
	BACKGROUND-POSITION: top center;
}

#menu {
	clear: both;
	width: 770px;
	margin: 0 auto;	
	padding: 10px 10px 10px 10px;
	border: 1px solid #FF0000;
	color: #FF0000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	text-align: center;
}

a:link.botmenu {
	text-decoration: none;
	color: #FF9900;
}

a:hover.botmenu {
	border-bottom: 1px dotted #707070;
	color: #FF0000;
}

a:visited.botmenu {
	text-decoration: none;
	color: #FF9900;
}


h1, h2, h3 {
	text-transform: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
	border-bottom: 1px dotted #CC0000;
}

h2 { font-size: 24px; letter-spacing: 3px;}
h3 { font-size: 18px; letter-spacing: 3px;}

p, ol, ul, blockquote {
	line-height: 22px;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 0px;
	padding: 0px 10px 20px 10px;
	background: #FFFFFF;
	border: 3px solid #FF941D;
	/*background: url(images/bottom_content.gif);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: bottom center;*/
	
}

.post h2, .post h3 {
	margin-left: 0px;
}

/* Header */

#header {
	width: 800px;
	height: 280px;
	margin: 0 auto;
	background: url(../images/wws_header_logo.jpg);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: center;
}

#header h1 {
	margin: 0;
	padding: 180px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 92px;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FF941D;
}

/* Content */

#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 200px;
	padding: 0px 15px 0px 0px;
}

#colOne ul {
	margin-left: 0;
	list-style: none;
}

#colTwo {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 0px;
}
#colTwoGallery {
	float: left;
	width: 460px;
	margin-left: 120px;
}
.p1 {
	font-size: 10px;
	font-weight: bold;
    color: #FF9900;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
}
.p2 {
	font-size: 10px;
	font-weight: bold;
    color: #FF0000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#colThree {
	float: right;
	width: 115px;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

#menubreak {
	clear: both;
	width: 824px;
	height: 20px;
	margin: 0 auto;
	padding-top: 0px;
}
/* Footer */

#footer {
	clear: both;
	width: 824px;
	height: 50px;
	margin: 0 auto;
	padding-top: 0px;
	BACKGROUND: url(../images/bottom.gif);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: top center;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer * {
	color: #FFFFFF;
}
