@import "nav.css";

html, body, div, h1, h2, h3, h4, img {
margin: 0;
padding: 0;
}
html {
background-color: #000;
}
body {
font-family: Helvetica, Arial, Sans-serif;
color: #fff;
font-weight: lighter;
}
#page_wrap {
width: 680px;
margin: 50px auto 0 auto;
background: #a0a0a0;
padding: 10px;
overflow: auto;
}
#head_wrap {
width: 680px;
height: 120px;
margin: 0 auto;
background-image:url(images/structure/head_wrap_bg.png);
}
#content_wrap {
width: 680px;
position: relative;
overflow: auto;
margin: 10px 10px 0 0;
background: #000;
/* background-image:url(images/structure/content_wrap_bg.png); */
}
#left_column, #right_column {
position: relative;
float: left;
overflow: auto;
margin: 10px 0;
}
#left_column {
width: 440px;
}
#right_column {
width: 220px;
padding-left: 5px;
border-left: 1px solid #fff;
}
#slideshow {
width: 660px;
height: 460px;
margin: 10px auto;
border: 1px solid white;
}
.roundedCorners_inner {
-webkit-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-moz-border-radius: 10px;
}
.roundedCorners_inner_content {
-webkit-border-radius-topright: 10px;
-webkit-border-radius-topleft: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
}
.roundedCorners_outer {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
#footer {
width: 680px;
height: 32px;
position: relative;
padding: 7px 0 0 0;
border-top: 1px #adadad solid;
background: #000;
-webkit-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
}
#footer, #footer a {
color: #009800;
}
img {
border-style: none;
}
a {
outline: none;
text-decoration: none;
}
h1 {
margin: 0 0 0 10px;
font-size: 120%;
font-weight: lighter;
}
h2 {
margin: 0 0 0 10px;
font-size: 90%;
font-weight: lighter;
}
h4 a {
color: #fff;
	}
h4 {
font-weight: lighter;
font-variant: small-caps;
letter-spacing: 1px;
line-height: 120%;
font-size: 70%;
text-align: center;
}
p {
margin: 0 10px 0 10px;
font-size: 80%;
line-height: 130%;	
}
.secondary {
font-size: 70%;
line-height: 125%;
}

