* {
	margin: 0px;
	padding:0px;
}

html { 
	font-size:62.5%;
}

body { 
	background-color: #6a7478;
	text-align:left;
}

img {
	border: none;
}

p {
	margin-bottom: 6px;
}

#content {
	width: 1101px;
	height: 100%;
	margin:0px auto;
	text-align:left;
	background-image:url('images/bgd.gif');
	background-repeat:no-repeat;
	background-position:top;
	position: relative;	
}

#header {
	height:131px;
	width:1101px;
}

#logo {
	width:275px;
	height:130px;
	float:left;	
}

#nav {
	width:826px;
	height:130px;
	float:left;
}

#nav_pad {
	padding-top:117px;
}

#bodycontent {
	height:526px;
	width:1101px;
	text-align:center;
}

#footer {
	width: 1101px;
	height: 110px;
}

#addThis {
	padding-left:309px;
	padding-top:2px;
}

.text, .text a {
	font-family:Arial;
	font-size:10px;
	color:#515151;
	line-height:12px;
	text-decoration: none;
}

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