
body {font-size:100%}
h1 {font-size:2.5em}
h2 {font-size:1.375em; text-align: right; font-family: Times New Roman, serif; font-style: italic;}
p {font-size:0.875em; line-height: 1.375em;}

#logo {
text-align:right;
padding: 5px;
}

#header, #nav, #content, #footer {
position: relative;
margin: 0px auto;
width: 1000px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

#nav {height: 25px; padding-left: 130px; z-index: 100;}

#content {
background: #fff url(images/content-bg.jpg) top center no-repeat;
height: 620px;
}

#footer {
text-align: center;
font-size: 0.675em;
}

#main {
text-align: left;
padding: 30px 50px;
}

#image { line-height:0; float: left; position: relative; margin: 0px auto; }
#image img { border: 0; margin: 10px; }

#home-img { line-height:0; margin: 0px auto; width: 827px; position: relative; }

#text { width: 400px; float: left; position: relative; }

#main div + div#text { padding-left: 15px; }
#main div#text:first-child { padding-right: 15px; }

a:link, a:visited {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

