html {
    height:100%;
    margin:0px;
    padding:0px;
}

body {
    width:100%;
    height:100%;
    margin:0px auto;
    text-align:center;
    border:0px;
    margin:0px;
    padding:0px;
    font-size:10px;
    font-family:verdana;
    text-decoration:none;
	background:url(../images/background.jpg);
}

div {
    margin:0;
    padding:0;
}

span {
    margin:0;
    padding:0;
    display:inline;
    position:relative;
}

form {
    margin:0;
    padding:0;
}

input {
    margin:0;
    padding:0;
}

img {
    margin:0;
    padding:0;
    border:0;
    display:block;
    position:relative;
}

#main_container {
	margin:auto;
	margin-top:10px;
	text-align:center;
	background:url(../images/navigation.jpg) no-repeat;
	width:1002px;
	height:656px;

}

#left_navigation{
	margin-top:100px;
	float:left;
	width:250px;
	height:556px;
}

#left_navigation_image_map {
	width:250px;
	height:556px;
}

#content_container {
	margin-top:125px;
	text-align:left;
	float:left;
	width:500px;
	height:526px;
}

#right_navigation{
	margin-top:100px;
	float:left;
	width:250px;
	height:556px;
}

#right_navigation_image_map {
	width:250px;
	height:556px;
}

#footer_container {
	margin:auto;
	text-align:center;
	width:1000px;
	color:#000000;
}

p {
	padding:0px;
	margin:10px;
}

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

a:hover {
	text-decoration:none;
	color:#990000;
}

a:visited {
	text-decoration:none;
}

ul {
	margin:10px;
	padding:0px;
}

li {
	list-style:none;
	padding-bottom:3px;
}

.section_title {
	text-transform:uppercase;
	color:#990000;
}

#stories_left_column {
	float:left;
	width:250px;
	margin-right:0px;
}

#stories_right_column {
	float:right;
	width:250px;
}

.story_title {
	font-size:10px;
}

.story_description {
	padding-bottom:10px;
	border-bottom:1px dotted #000000;
}

.rssBoxTitle {
	text-transform:uppercase;
	font-size:10px;
}

.rssBoxContent {
	font-size:10px;
}

.rssBoxItemTitle {
	font-size:10px;
}

.rssBoxItemContent {
	font-size:10px;
}

.rssBoxPromo {
	display:none;
}

#e-postcard_form {
	background:url(../sendcard/images/back_1.jpg);
	background-repeat:no-repeat;
}

.e-postcard_form_field {
	border:1px solid #000000;
}

#e-postcard_message {
	background:url(../sendcard/images/back_1.jpg);
	background-repeat:no-repeat;
}

