@charset "UTF-8";
/* CSS Document */

/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
The width of inner elements is set to auto,
in this way all inner elements have the same 
width of the element which contains them 
*/

#container{width:700px; margin:0 auto;}
#topbar{width:auto; display:block; height:182px;}

#main{width:auto; display:block;}
#column_left{width:172px; padding-right:20px; float:left; }
/*#column_mid{width:5px; background-image:"http://www.anonymousmonk.com/linedot.jpg"; background-repeat:repeat; }
*/
#column_right{width:487px; padding-left:20px; float:left; }

/* 
div.spacer, solve an issue with #container height
in css 2 column layout. 
*/

div.spacer{clear:both; height:10px; display:block;}

/* #footer{width:auto; display:block; height:24px;}	
*/
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #66CC33;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}
.body p {
}
.style1 {font-size: 9px}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #333333; font-weight: bold; }
.littlelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	.style4 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style5 {font-weight: bold}
.style13 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
}
.style15 {font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; }
.style16 {font-size: 14px}
.style17 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style18 {font-style: italic; font-family: Georgia, "Times New Roman", Times, serif;}
.style19 {font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }


