body { 	margin:10px;	font-family:verdana;font-size: 12px;font-weight: normal;background: url(images/body.jpg) repeat-x center top #999;color: #333;}
h1{font-size: 15px;font-weight: bold;}
h2{font-size: 14px;font-weight: bold;}
h3{	font-size: 13px;color: #666;font-weight: normal;
}
p{font-size: 12px;font-weight: normal;}
a {color:#F00;font-size: 12px}
a:hover {text-decoration:none;}
.text{ padding-left:30px;}
.test-a{ padding-right:10px;}

.back {
	background-color: #999999;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}.back2{background-image: url(images/back2.jpg);}

li{
	list-style-image: url(images/punt.jpg);
}

#logo {padding:20px 37px 0 37px; height:150px;}
#logo a {color:#333; text-decoration:none; text-transform:uppercase; font-size:20px;}
#menu {margin:0px 22px 0 22px;}
#menu ul {padding:0; margin:0; height:29px;}
#menu li {list-style:none; float:left; padding:0 15px;}
#menu a {color:#666; text-decoration:none; font-size:14px; line-height:24px; }
#menu a:hover {border-bottom:2px #333 solid;}

#main {font-size:11px; line-height:6px; color:#333333;}

.footer {
	background-position: center bottom;
	font-size:11px;
	height:
	45px;
	background-color: #999;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
.footer a {}
.buttom{
	color: #FFF;
	background-color: #666;
	border: 1px solid #999;
}



/****************************************/


a.ovalbutton{
background: transparent url('images/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #fff; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #fff;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

