/* CSS Document */

* {
	margin:0px;
	}

body	{
	background-image: url(/images/backgrnd_02.gif) ;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

p	{
	font-size: 18px;
	color: #333333;
	line-height: 1.75;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h2	{
	color: #FF3300;	
	}

#header	h1{
	font:Georgia, "Times New Roman", Times, serif #000000 20px;	
}

#logoBox	{
	float:left;
}

#navBar	{
	clear:both;
}

#wrapper {
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	/* border: 1px #FFFF00 dotted; */
}

#container	{
	margin-left:185px;
	margin-right:190px;	
}
	
#leftSide	{
	width:175px;
	height:100%;
	float:left;
	/* border: 1px #FFFF00 dotted; */
}	
	
.message	{
	float:left;
	text-align:justify;
	/* border: 1px #FFFF00 dotted; */
}

#rightSide	{
	width:160px;
	height:600px;
	float:right;
}

#count {
	margin-top:5px;
	margin-right:5px;
	color: #FF9933;
	text-align: right;
	float:right;
}

#footer	{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC33;
	font-size: 12px;
	text-align: center;
}