/* Styles for roberwolgemuth.com */


/* global styles
-------------------------------------------------------- */
fieldset,img {
	border: 0px;
}

ol,ul {
	list-style:none;
}

h2 {
	font-size: 24px;
	font-family: Georgia, "New Baskerville", Palatino, Times, Serif;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	font-family: Georgia, "New Baskerville", Palatino, Times, Serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}


table {
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "New Baskerville", Palatino, Times, Serif;
	color: #222;
}

table a {
	color: #4c6fb2;
	padding: 1px;
/*	font-weight: bold; */
	text-decoration: none;
}

table a:hover {
	color: #fff;
	padding: 1px;
	background: #4c6fb2;
}

/* html
-------------------------------------------------------- */
html {
	min-width: 800px;
	padding: 0px;
	margin: 0px;
}


/* body
-------------------------------------------------------- */
body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #e9edf0;
}


/* top_nav
-------------------------------------------------------- */
#top_nav {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	background: #3d527d url(/img/top_nav_bg.gif) repeat-y left top;
}

#top_nav ul {
	text-align: right;
	font: 12px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 5px;
}

#top_nav ul li { 
	display: inline;
	padding: 0px 3px 0px 3px;
}

#top_nav ul li a {
/*	color: #d1defb; */
	color: #b4c9eb;
	font-weight: normal;
	text-decoration: none;
}

#top_nav ul li a:hover {
	color: #fff;
	border-bottom: solid 2px #5d936e;
}

#nav_text {
	padding-top: 5px;
}

.nav_container {
 	height: 37px;
	background: url(/img/rw_button.gif) no-repeat top left;
}

.divider {
	color: #5d7093;
}

/* banner + header
-------------------------------------------------------- */
#banner {
	height: 143px;
	background: url(/img/banner_bg.gif) repeat-x top left;
	margin: 0px;
	padding: 0px;
}

.header_container {
	height: 143px;
	background: url(/img/header_bg.gif) no-repeat top left;
}

#header {
	padding-top: 40px;
	padding-right: 30px;
}


/* content
-------------------------------------------------------- */
#content_container {
/*	height: 500px; */
	background: url(/img/shadow.gif) repeat-x top left;
	margin: 0px;
	padding: 0px;
}

#content {
	padding: 30px 0px 15px 0px;
	margin: auto;
}

#content img {
	background: #fff;
	padding: 15px;
	border: 1px solid #bbb;
	margin-right: 20px;
	margin-bottom: 10px;
}

#content h2 {
	color: #111;
}

#content p {
	font-family: Georgia, "New Baskerville", Palatino, Times, Serif;
	font-size: 14px;
	color: #111;
	line-height: 26px;
	margin-top: 5px;
}

#col2 {
	padding-top: 20px;
}

#content p.right_column {
	font-family: Georgia, "New Baskerville", Palatino, Times, Serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

.right_column_divider {
	display: block;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* footer
-------------------------------------------------------- */
#footer_container {
	clear: both;
}

#footer {
	padding: 20px 20px 10px 20px;
}

#footer p {
	color: #444;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
}

#footer a {
	color: #445882;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	padding: 2px;
	background: #445882;
}

/* about
-------------------------------------------------------- */
#about {
	padding: 40px 90px 40px 90px;
}

#about p  {
	font-family: Georgia, "New Baskerville", Palatino, Times, Serif;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

#about .photo {
	background: #fff;
	padding: 15px;
	border: 1px solid #bbb;
	margin-right: 20px;
	margin-bottom: 10px;
}

#about table {
	padding-bottom: 40px;
}

#about .buy {
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}



/* paper
-------------------------------------------------------- */
#paper_container {
	width: 568px;
	background: url(/img/paper_bg.jpg) repeat-y top left;
}


#paper {
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 568px;
	background: url(/img/paper_top.jpg) no-repeat top left;
}

#paper_bottom {
	padding: 0px;
	margin: 0px;
	width: 568px;
	height: 191px;
	background: url(/img/paper_bottom.jpg) no-repeat top left;
}

#letter {
	padding: 60px 60px 0px 90px;
}

#letter p  {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

#letter h2 {
	font-family: Georgia, "New Baskerville", Palatino, Times, Serif;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}

#letter img {
	border: 0px;
	padding: 10px 0px 0px 0px;
	background: none;
}
































