@charset "utf-8";
/* CSS Document */

<style type="text/css">
html,body{margin:0;padding:0}
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-attachment: fixed; 
	background-image: url(/images/copy.jpg); 
	background-position: top; 
	background-position: left top; 
	background-repeat: no-repeat;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333399;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333366;
}

div#container{text-align:left}
div#container{width:850px;margin:0 auto}
div#navigation{
	float:left;
	width:150px;
	margin-left:-300px;
	height: 100%;
}
div#wrapper{float:left;width:100%}
div#blog{
	margin-right: 300px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333399;
	border-right-color: #333399;
	padding-right: 20px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	padding-bottom: 20px;
}
div#footer{
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333399;
}
#sidebox {
	padding: 20px;
	width: 250px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333399;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
}
h1 {
	font-family: "Bell MT", "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #333399;
	margin-bottom: none;
}
h2 {
	font-family: "Bell MT", "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #333399;
	margin-bottom: none;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
ul {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
}

.topvid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	line-height: 14px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}
.blogdesc {
	font-family: "Bell MT", "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333399;
}
</style>
