@charset "utf-8";
/* CSS Document */

body{
	background: #fff url(../images/bgout.jpg) no-repeat 50% top;
	font-family:Georgia, Tahoma, Verdana, sans-serif;
	font-size:14px;
	margin: 0;
	color: #000;
}

a, a img {
	border: none;
	outline: none;
}


a.txtlink, a.txtlink:link, a.txtlink:visited {
	text-decoration: none;
	color: #fe2424;
}

a.txtlink:hover {
	text-decoration: underline;
}

h2 {
	font-size: 16px;
}

div#main_container{
	width: 1034px;
	margin: 0 auto;
}
div.butgroup{
	float:left;
	margin: 20px 0;
}
div.butdiv{
	width: 195px;
	float:left;
}

div.butdiv2{
	width: 390px;
	float:left;
}
a.yellowbutton{
	margin: 0 auto;
	background-position: 0 0;
	width:180px;
	height:38px;
	display: block;
	text-decoration: none;
}

a.yellowbutton:link,
a.yellowbutton:visited{
	background-position: 0 0;
}

a.yellowbutton:hover{
	background-position: 0 -38px;
}
a#proofbut {
	background-image:url(../images/view-proofs.png);
}
a#contactbut {
	background-image:url(../images/contact-us.png);
}
a#entsitebut {
	background-image:url(../images/enter-site.png);
}
a#blogbut {
	background-image:url(../images/our-blog.png);
}
.textaligncenter{
	text-align:center;
}
p {
	margin-bottom: 30px;
}
p.nobottom{
	margin-bottom: 0;
}

p.addindent{
	text-indent:50px;
}

p.sitemap{
	text-align:center;
}

p.sitemap a,
p.sitemap a:link,
p.sitemap a:visited{
	text-decoration:none;
	color:#000;
}

p.sitemap a:hover{
	text-decoration:underline;
	color:#000;
}

.formcontainer {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}