@charset "utf-8";

/* page layout styles */

body {
margin: 0;
}

#container {
	width: 100%;
	}
	
#header	{
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	text-align: left;
	height: 120px;
	background: #ffffff url(../siteimages/header_bg.jpg) repeat-x;

}
#header h1 {
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
}


#border {
background:#660066;
width: 100%;
height: 17px;
color:#FFFFFF;
}

#leftcol	{
width: 55%;
float: left;
border-right: 1px dotted #CCCCCC;
}

#rightcol	{
width: 43%;
float: right;
background: #FFFFFF;
}

#footer	{
width: 100%;
height: 29px;
clear: both;
background:#ffffff url(../siteimages/footer_bg.gif) repeat-x;
font-size: 9pt;
font-family: Arial, Helvetica, sans-serif;
color: #999999;
padding-top: 8px;
text-align: right;
}

#footer a{
color: #999999;
}
#footer a:hover {
	color: #606;
	text-decoration: none;
}

/* page content styles */

#content	{
padding: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5;
color: #666666;
}

#content h1	{
font-size: 108%;
font-weight: bold;
}
.border {
	border: thin solid #666666;
}


#content h2	{
font-size: 110%;
font-weight: bold;
}

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

#content li {
list-style-type:square;
color:#666666;
}

#content a {
	color:#660066;
	}

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

#content a: visited {
color: #666699;
}


/* photo styles */

#photos {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9pt;
color: #999999;
}

#photos img {
padding: 4px;
border: 1px solid #999999;
}

#photos h1 {
font-size: 100%;
font-weight: bold;
margin-top: 4px;
}

#photos a {
color:#CC6600;
}

/* adverts styles */
#associates_box {
width: 250px;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
padding: 5px;
}

#associates  {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9pt;
color: #999999;
}

#associates h1 {
font-size: 100%;
font-weight: bold;
margin-top: 4px;
}

#associates a {
font-size: 90%;
color: #999999;
}
