/* CSS Document */
*{
	padding: 0px;
	margin: 0px;	
}
body{
	background-color:#FFFFFF;
}

#container{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/container_back.jpg);
	height: 2250px; /*CHANGE THIS NUMBER TO CHANGE THE CONTAINER SIZE*/
}
#bottom{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	position:relative;
	background-image: url(images/page_bottom.jpg);
	height: 15px;
}
#header{
	height: 115px;
	background-image:url(images/page_top.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	background-color:#FFFFFF;
}
#headtext {
	text-align:center;
	font-size: 8px;
	position: absolute;
	left: 170px;
	top: 75px;
	text-transform: uppercase;
	font-weight:bold;
}
#topper{
	height:15px;
	background-image:url(images/topper.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#left{
	width:250px;
	position:absolute;	
	/*background-color:#00FF00;*/
	top:130px;
	left:0px;
	color:#FFF;
}
#left ul{
	margin-left: 10px;
	font-size:small;
	/*margin-bottom: 10px;*/
	/*background-color:#00FF00;*/
}
#left li{
	list-style-type: square;
	list-style-position: inside;
}
#left a{
	color: #FFFFFF;
	text-decoration:underline;
}
#left a:hover{
	color: #000000;
	text-decoration: none;
}
#left a:visited{
	color:#000000;
	text-decoration:underline;
}
#left .feature_pic_table{
	margin-left: auto;
	margin-right: auto;
}
#left img{
	padding: 10px;	
}
#left h2{
	font-size:medium;
	margin-left: 10px;
	color: #e17c7c;
}
#left p, .para{
	font-size: small;
	margin-left: 10px;
	margin-right: 10px;
}
#links, #tips, #birthdays, #features{
	background-image: url(images/box_back.jpg);
	background-repeat:repeat-y;
	margin-bottom: 10px;
	padding-left: 5px;
}

.box_top{
	background-image:url(images/box_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height: 15px;
	margin-left: -5px;
}
.box_bottom{
	background-image:url(images/box_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height: 17px;
	margin-left: -5px;
}
#stories{
	width:530px;
	position:absolute;
	/*background-color:#0033FF;*/
	top:130px;
	left:250px;
}
#stories a{
	color: #0099FF;
	text-decoration:underline;
}
#stories a:hover{
	color: #000000;
	text-decoration: none;
}
#stories a:visited{
	color:#4C8696;
	text-decoration:underline;
}
#stories img{
	float: left;
	margin-right: 5px;
}
#stories ul{
	font-size: small;
}
#stories li{
	list-style-type: square;
	list-style-position: inside;
}
.news{
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: thin gray solid;
	width: 500px;
}
.news h1{
	font-size: large;
	margin-bottom: 5px;	
}
.news h2{
	font-size: medium;
	margin-bottom: 5px;	
}
.news p{
	font-size: small;
	margin-top: 10px;
	margin-right: 20px;	
}
#space1{
	height: 150px;
}
.headline_space{
	margin-top: 10px;
}
.red{
	color:#F00;
}
#left p.small{
	font-size:11px;
}
