body {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #eeeeee;
	background-image: url(/images/template_bg_gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
	line-height: 150%;
}

#content1{
background-image:url(/images/theme_content1_bg.jpg);
background-repeat:repeat-y;
width: 750px;
}

#content3{
background-image:url(/images/theme_content2_bg.jpg);
background-repeat:repeat-x;
height: 105px;
width: 750px;
background-position:top left;
}

#content2{
background-image:url(/images/theme_content3_bg.jpg);
background-repeat:repeat-x;
height: 55px;
width: 750px;
background-position:bottom left;
}

#leftmenu{
width: 130px;

float: left;
margin-top: 20px;
margin-left: 20px;
margin-right: 5px;
}

#content{

width: 415px;
float: left;
margin-top: 20px;
padding-left: 15px;
margin-right: 0px;
}

#rightmenu{
float: left;
width: 140px;
margin-top: 20px;
margin-left: 10px;
margin-right: 0px;
}

#topmenu{
margin-top: 30px;
margin-left: 20px;
margin-right: 25px;
}

#bottomtext{
margin-top: 32px;
margin-left: 460px;
margin-right: 0px;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}

input {
border: 1px solid #AAAAAA;
}