/* Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img {
	border-width: 0px;
	margin:0;
	padding:0;
}

body {
	background: #584E4E ;
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	line-height: 1.5em;
	color:#575757;
}

a {
	text-decoration:none;
	outline:none;
	color:#fff;
}

a:hover, a:active, a.selected {
	text-decoration:none;
}


/* Layout */

#top-column {
	width:600px;
	height:360px;
	margin:0px auto;
	background: #f5f5f5;
	text-align:center;
}


#top-column p.images {
	padding-top:100px;
	text-align:center;
	display:block;

}

#top-column h2 {
	margin-top:10px;
}


#bottom-column {
	width:590px;
	margin:0px auto;
	padding-right:10px;
	text-align:right;
	background:#D7DBC3;
	overflow:hidden;
}

#bottom-column h2 {
	padding-top:20px;
	padding-right:10px;
}

#bottom-column h3 {
	margin-top:5px;
	color: #737661;
	padding-right:10px;

}

#bottom-column p {
	margin-top:5px;
	color: #737661;
	padding-right:10px;

}


#bottom-column ul {
    float:right;
	padding-top:10px;
	padding-right:10px;

}

#bottom-column ul li {
	list-style-type:none;
	float:left;
	padding-left:20px;
}

#bottom-column ul li a.email {
	background: url('../images/email.png') no-repeat 0 0;
	width:31px;
	height:30px;
	display:block;
	font-size:0px;
	text-indent:-9999px;
}

#bottom-column ul li a.email:hover {
	background-position: 0 -30px;
}

#bottom-column ul li a.subsc {
	background: url('../images/subscribe.png') no-repeat 0 0;
	width:31px;
	height:30px;
	display:block;
	font-size:0px;
	text-indent:-9999px;
}

#bottom-column ul li a.subsc:hover {
	background-position: 0 -30px;
}

#bottom-column ul li a.twitter {
	background: url('../images/twitter.png') no-repeat 0 0;
	width:31px;
	height:30px;
	display:block;
	font-size:0px;
	text-indent:-9999px;
}

#bottom-column ul li a.twitter:hover {
	background-position: 0 -30px;
}

#bottom-column ul li a.facebook {
	background: url('../images/facebook.png') no-repeat 0 0;
	width:31px;
	height:30px;
	display:block;
	font-size:0px;
	text-indent:-9999px;
}

#bottom-column ul li a.facebook:hover {
	background-position: 0 -30px;
}

#bottom-bg {
	background: url('../images/bottom-bg.png') no-repeat left bottom;
	height:19px;
	width:600px;
	margin:0px auto;
	text-align:center;
}