/* CSS Document */
body {background-color:#fbf9f6;
	background-image: url(assets/bg.gif);
	background-repeat: repeat-y -x;
	margin: 0px;
	font: 11pt verdana, tahoma, helvetica, arial, sans-serif;
	text-align: center;
	line-height: 14pt;}

A:link {
	font-size: 11pt; color: #000000; line-height: 16pt; font-family: verdana, tahoma, helvetica, arial, sans-serif; text-decoration: none;}
A:visited {
	font-size: 11pt; color: #000000; line-height: 16pt; font-family: verdana, tahoma, helvetica, arial, sans-serif; text-decoration: none;}
A:active {
	font-size: 11pt; color: #8c8c8c; line-height: 16pt; font-family: verdana, tahoma, helvetica, arial, sans-serif; text-decoration: none;}
A:hover {
	font-size: 11pt; color: #4793c8; line-height: 16pt; font-family: verdana, tahoma, helvetica, arial, sans-serif; text-decoration: underline;}

h1 {font-size: 12pt;
	color: #ff6600;
	text-align: left;
	margin: 3px 5px 0px 5px;}
	
h2 {font-size: 8pt;
	text-align: left;
	color: #999999;
	margin: 0px 5px 0px 5px;}

h3 {font-size: 8pt;
	color: #999999;}

p {font-size: 11pt;
	text-align: justify;
	color: #000000;
	margin: 5px 5px 5px 15px;}

b {font-size: 9pt;
	color: #ff6600;}

small {font-size: 7pt;}
		
#wrapper {
	position: relative;
	margin-top: 5%;
	margin-left: 9%;
	margin-right: 9%;
	background-color: #fbf9f6;
	background-image: url(assets/bg_w.gif);
	background-repeat: repeat-y -x;
	height: 100%
	}

#header {
	background: fbf9f6;	
	width: 100%;
	background-image: url(assets/bg_w.gif);
	background-repeat: repeat-y -x;
	}
		
#top {
	margin: 5px 10px 10px 10px;
		}	

#topleft {
	float: left; 	
	}
	
#topright {
	margin-left: 40%; 
	}

#wrapper_s {
	background-image: url(assets/right.gif);
	background-repeat: repeat-y right;
	}

#container {
	width: 100%;
	background-image: url(assets/right.gif);
	background-repeat: repeat-y right;
	float: left;
	margin-right: -210px;
	}	

#content {
	background: #f1fbdd;
	margin-top: 5px;
	margin-right: 210px;
	margin-left: 10px;
	border: 1px solid #cccccc;
	}

#pic {
margin: 10px 5px 10px 5px;
}

#sidebar {
	width: 210px;
	float: right;
		}
		
#ad {
margin: 10px 5px 10px 5px;
}

#footer {
		clear: both;
	}

.clearing {heght: 0; clear: both;}

span.green {color: #00cc00;}
span.flame {color: #EF4705; font-size: 12pt; font-weight: bold;}
span.booze {color: #009933; font-weight: bold;}
