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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.625em;
	color:#333;
	background:url(../_images/bg-grad-white.png) repeat-x #FFF;
}

#container{
	width:800px;
	margin:75px auto 0;
}

p{
	font-weight:bold;
	font-size: 1.2em;
}

a{
	color:#111;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}

.left{
	float:left;
}	

.right{
	float:right;
}

#subscribeForm{
	margin:115px 0 0 5px;
}
.text{
	border:2px solid #333;
}

#siteInfo{
	margin:-6px 0 0 260px;
}

