body {
	text-align: left;
	margin: 0px;
	padding: 0px;
        font-family:Verdana, Arial, Helvetica, sans-serif; 
        font-size:12px; 
        line-height:22px;
        color:#666666;
background: url('imgs/bg.jpg');
}
#container {
	text-align: left;
	margin: 0px auto;
	width:800px;
	text-align:justify;
	background-color:#ffffff;
}
#header {
	width: 100%;
	height: 303px;
	background: url('imgs/ani-header.gif');
	text-align: center;
}
#nav {
	width: 180px;
	float: right;
	padding-left:3px;
}
#text {
	width: 595px;
	float: left;
	padding-left:5px;
}
#footer {
	width: 100%;
	height: 60px;
	background: url('imgs/footer.jpg');
	clear: both;
        padding-top:8px;
        line-height:18px;
	text-align: center;
        color:#ffffff;
        text-shadow: 1px 1px 2px #999999;
}
a:link{
	color:#990099;
	text-decoration:none;
}
a:visited{
	color:#990099;
	text-decoration:none;
}
a:active{
	color:#990099;
	text-decoration:none;
}
a:hover{
	color:#7f027f;
	text-decoration:none;
text-shadow: 1px 1px 2px #c2c0c2;
}

a.nav:link{
	color:#990099;
	text-decoration:none;
        font-weight:bold;
}
a.nav:visited{
	color:#990099;
	text-decoration:none;
        font-weight:bold;
}
a.nav:active{
	color:#990099;
	text-decoration:none;
        font-weight:bold;
}
a.nav:hover{
	color:#7f027f;
	text-decoration:none;
        font-weight:bold;
text-shadow: 1px 1px 2px #c2c0c2;
}
B {
	color:#660066;
}
I {
	color:#666666;
}
blockquote {
	border-left:2px dotted #ff99ff;
	border-right:2px dotted #ff99ff;
	border-top:2px dotted #ff99ff;
	border-bottom:2px dotted #ff99ff;
	background-color:#ffccff;
	padding:10px;
}
h1 {
	color:#C94093;
	font-size:16px Verdana;
        line-height:24px;
        background-color:#ffffff;
	border-bottom:1px dotted #66cccc;
}
h2 {
	color:#3D81EE;
	font-size:16px Verdana;
        line-height:24px;
        background-color:#ffffff;
	border-bottom:1px dotted #cc66cc;
}
p{
	padding-left:30px;
}