@import url(../styles/site.css);

html {
padding: 0px;
margin: 0px;
}

body {
padding: 0px;
margin: 0px;
}

#outerContainer{
background: url(../images/wrapperBG.jpg) repeat-x;
width: 100%;
}

.shadow {
width: 1019px;
margin: auto;
background: url(../images/footer_.gif) center repeat-y;
}

#container {
	margin: auto;
	background: white url(../images/containerGradient.jpg) top repeat-x;
	width: 1001px;
}

#cols {
background: url(../images/colsBG.gif) center repeat-y;
width: 1000px;
}
#pageHeader {
	background: url(../images/containerGradient.jpg) top repeat-x;
	width: 701px;
	padding-top: 5px;
	margin: auto;
	height: 200px;
}
#pageHeader h1 {
	color: white;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 14px 0 0 0;
	font-size: 1px;
}
#pageHeader h1 a:link, #pageHeader h1 a:visited, #pageHeader h1 a:active, #pageHeader h1 a:hover {
	color: white;
	text-decoration: none;
}
#logo{
margin: 50px 0px 10px 5px;
}

#pageBody {
	float: left;
	width: 701px;
/*	margin: 0 20px;*/
}
#leftSidebar {
	float: left;
	width: 125px;
	padding-top: 20px;
	/*overflow: hidden;*/
}
#mainContent {
	border-top: 1px #3399CC solid;
	float: left;
	width: 535px;
	margin: 0;
	padding: 20px; 	
}

#pageFooter {
	margin: auto;
	width: 100%;
	background: #F2DF29 url(../images/footer.gif) center repeat-Y;
	height: 25px;
	text-align: center;
	color: #e3d101;
	font-weight: bold;
	font-size: smaller;
	padding-top: 6px;
}

#whiteSpace {
	margin: auto;
	width: 1001px;
	background-color: white;
	height: 25px;
	padding-top: 6px;
}

#headerStrip {
	margin: auto;
	width: 100%;
	background: #F2DF29 url(../images/footer.gif) center repeat-Y;
	height: 10px;
	text-align: center;
	color: #CCCC00;
	font-weight: bold;
	font-size: smaller;
	padding-top: 6px;
}

#menu {
padding: 0 10px;
text-align: right;
}

div#menu a{
font: large Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

div.sidebar{
padding: 20px 20px 0 20px;
}

#left {
width: 701px;
float: left;
/*margin-left: 5px;*/
}

#right {
width: 299px;
float: right;
padding-top: 11px;
/*margin-right: 5px;*/
/*background: url(../images/LBgradient.gif) top repeat-y;*/
}

#storyBlock {
background: #5AA8CC url(../images/storyBlockTop.gif) top center no-repeat;
width: 271px;
margin: 30px auto 0 auto;
line-height: 20px;
/*border: thin yellow solid;*/
}

#storyBlock h2 {
color: white;
margin: 0 0 0 30px;
padding-top: 5px;
}

#storyBlock hr {
background: url(../images/hr.gif) top center no-repeat;
height: 18px;
border: none;
width: 271;
}

#storyBlockText {
padding: 0 30px;
font-size: small;
font-weight: bold;
color: white;
width: 211px;
}

.nextStory{
font-size: 1px;
border: none;
text-decoration: none;
width: 266px;
}

a.story, a.story:hover, a.story:link, a.story:visited, a.story:active {
text-decoration: none;
color: white;
}

#smallButtons img {
border: none;
}

/*#mainContent img {
margin: 10px 5px 0 5px;
}*/
