/* CSS Document */

body {
	background-color:#33CCCC;
	font-size:12pt;
	font-family:Arial;
}
#master {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat;
	height:730px;
}
#header {
	width:600px;
	height:200px;
	float:right;
	text-align:center;
	font-size:24pt;
	padding-top:20px;
	padding-right:20px;
}
#title {
	width:330px;
	text-align:center;
	height:200px;
	float:left;
	font-family:"comic Sans MS";
}
#wtitle {
	width:400px;
	text-align:center;
	height:200px;
	float:left;
	font-family:"comic Sans MS";
}
#logo {
	padding-left:30px;	
}
.pic {
	height:200px;
	float:right;
}
.quote {
	text-align:center;
	font-style:italic;
}
.entry {
	font-family:"comic Sans MS";
	font-size:14pt;
}
#menu {
	width:160px;
	height:425px;
	float:left;
	padding-left:10px;
	padding-top:20px;
}
.menu {
	padding-left:30px;
	font-weight:bold;
	line-height:15px;
	width:120px;
	display:block;
}
#content {
	width:590px;
	height:425px;
	float:right;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:30px;
	text-align:justify;
}
#footer {
	width:800px;
	height:50px;
	font-size:12px;
	text-align:center;
	float:right;
}
/*LVHA */
a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	background-color:#33CCCC;
}
a:active {
	color:#000000;
	text-decoration:underline;
}