/*
Design by Cyber Tech Computers
http://www.cybertechcomputers.com.au

*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #A5A9B2;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

body {
	
	background: #6A8B1A url(images/back_all.gif);
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}

#content
{
	width: 774px;
	border-left: 15px solid #5E7D06;
	border-right: 15px solid #5E7D06;
	margin: 0px auto;
}

#main
{
width: 754px;
padding: 10px;
padding-top: 20px;
background: #5E7D06 url(images/table_back.gif) repeat-x top;
}

#back
{
width: 774px;
}



#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}


#menu
{
width: 634px;
height: 61px;
padding-left: 140px;
background: url(images/menu.gif) repeat-x;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 90px;
	height: 36px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 25px;
}

#menu a:hover {
	width: 90px;
    height: 36px;
	color: #DEEBBC;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}




#right
{
	width: 228px;
	float: right;
}

#right H3
{
width: 203px;
height: 31px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 20px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}

#right .title_back
{
background: url(images/title_back.gif) no-repeat;
}

