/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
background: #ffffff;
background-image: url(http://jennster.com/graphics/beachbackground1.jpg);
background-attachment: fixed;
	line-height:16px;
	}

A:link      { color: #ffffff; text-decoration: none;}
A:visited   { color: #ffffff; text-decoration: none;}
A:active    { color: #ffffff; text-decoration: none;}
A:hover     { background-color: #; color: #000000; text-decoration: none;}

A.footerlink:link      { color: #ffffff; text-decoration: none;}
A.footerlink:visited   { color: #ffffff; text-decoration: none;}
A.footerlink:active    { color: #ffffff; text-decoration: none;}
A.footerlink:hover     { background-color: #4b5fb6; color: #ffffff; text-decoration:none;}

A.sidelink:link      { color: #FFFFFF; text-decoration: none; font-size:15px;}
A.sidelink:visited   { color: #FFFFFF; text-decoration: none; font-size:15px;}
A.sidelink:active    { color: #FFFFFF; text-decoration: none; font-size:15px;}
A.sidelink:hover     { background-color:#4b5fb6; color: #ffffff; text-decoration: none; font-size:15px;}

h1 {font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#026680;
	}

#shadow_left {background-image:url(images/shadow_left.gif);
	width:3px;
	background-repeat:repeat-y;
	}
	
#shadow_right {background-image:url(images/shadow_right.gif);
	width:3px;
	background-repeat:repeat-y;
	}
	
#bg_nav {background-image:url(images/m_nav.jpg);
	height:50px;
	background-repeat:repeat-x;
border-top:1px solid white; border-bottom:1px solid white;

	}

#sidebar{background-image:url(images/m_side.jpg);
	background-repeat:repeat-yx;
	width:200px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	}

p.sidelink {padding-right:10px;
	line-height:22px;}

#maintext{font-family:Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
background: #ffffff;
	color:#000000;
	line-height:16px;
	padding:20px;
	}
	
#footer {background-image:url(images/m_foot.jpg);
	height:70px;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family: Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
font-weight: bold;
	line-height:16px;
	padding:20px;
border-top:2px solid white; 
	}
	
#float_right{float:right;
	padding:0px 0px 10px 10px;
	margin:0px;
	}
