body			
{ 
	margin: 0px; 
	font-family: arial, "trebuchet ms", verdana, tahoma; 
	color: #7C7C7C; 
	font-size: 11pt; 
	line-height: 165%; 
	background: #F1F1F1 url('images/site/bg.png') repeat-x;
	background-attachment: fixed;
}


#container
{
	margin: 0px auto;
	width: 760px;
}

#header
{
	width: 760px;
	height: 125px;
	text-align: left;
	background: #FFFFFF url('images/site/title-bg.png') no-repeat right;
}

#menu
{
	width: 735px;
	height: 40px;
	text-align: right;
	background-color: #999999;
	margin: 0;
	padding: 0 25px 0 0;	
}

#menu a
{
	height: 30px;
	background-color: #999999;
	text-decoration: none;
	color: #FFFFFF;
	float: right;
	padding: 8px 10px 2px 10px;
}

#menu a:hover 
{
	background-color: #B5EC07;
	text-decoration: none;
	color: #5C5C5C;
}

#content 
{
	float: left;
	width: 760px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: justify;
}

#right-column 
{
	display: inline;
	color: #FFFFFF;
	width: 186px;
	height: 649px;
	background: url('images/site/column-bg.png') repeat-x;
	float: right;
	margin: 25px 25px;
	padding: 10px 0 0 0;
	text-align: center;
}

#clear
{
	height: 30px;
	width: 760px;
	background-colour: #FFFFFF;
	clear: both;
	margin: 0;
	padding: 0;
}

#footer
{
    color: #AFAFAF;
    clear: both;
    background: #FFFFFF;
	height: 40px;
	width: 710px;
	line-height: 40px;
	margin: 0 0 0 25px;
	padding: 0px 0 0 0;
	border-top: 1px solid #BBBCBC;
}

#right-column a img 
{
	margin: 10px 0;
	border: 3px solid #DCDCDC;
}

#right-column a:hover img 
{
	margin: 10px 0;
	border: 3px solid #B5EC07;
}


p { margin: 0px; padding: 0px; }

#content p 
{ 
	font-family: arial, "trebuchet ms", verdana, tahoma;
	font-size: 90%; 
	text-align: justify; 
	padding: 18px 25px 5px 24px; 
	margin: 0; 
}

#footer p 
{ 
	text-align: center; 
	font-size: 80%; 
	margin: 0; 
	padding: 0; 
}

h1				
{
	font-size: 10pt;
	font-family: arial;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 25px 0 6px 25px;
	height: 35px;
	width: 710px;
	background-color: #999999;
	color: #FFFFFF;
}

#content a.galleries				
{
	font-size: 10pt;
	font-family: arial;
	float: right;
	display: inline;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 25px 6px 0;
	height: 30px;
	width: 504px;
	background-color: #BBBCBC;
	color: #FFFFFF;
}

#content a.galleries:hover {
	color: #7C7C7C;
	background-color: #B5EC07;
	text-decoration: none;
}

img { border: 0px; }

#content img
{
	float: left;
	margin: 0 0 0 25px;
}

a:active,
a:visited,
a:link	    		{ color: #FFFFFF; text-decoration: none; }
a:hover				{ color: #B5EC07; }
a.txtlink			{ color: #7C7C7C; font-weight: bold; }
a.txtlink:hover		{ color: #000000; background-color: #B5EC07;}

#content a	    	{ color: #FFFFFF; font-weight: bold; text-decoration: none; font-size: 10pt; }
#content a:hover	{ color: #B5EC07; font-weight: bold; }

#footer a 			{ color: #AFAFAF }
#footer a:hover 	{ color: #99E608 }