div.row {
	padding-top : 0px;
	margin-top : -7px;
}

div.row span.left {
	float : left;
	width : 80%;
}

div.row span.right {
	float : right;
	width : 20%;
	text-align : right;
}

.header ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
} 

.header ul li {
	font-family : Verdana, sans-serif;
	font-size : 75%;
	letter-spacing : 0.0em;
	margin-left: 0px;
	margin-top: 0px;
	padding: 2px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
		
.header ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

.header ul li.blank {
	margin-left: 0;
	border-left: 1px solid #000;
	border-right: none;
	border-bottom : 1px solid #000;
	list-style: none;
	display: inline;
}

.header li a {
	text-decoration : none;
	font-weight : bold;
	color : #00f;
	background : #dde;
}

.header li a:hover {
	color : #ff8c00;
	background : #dde;
	text-decoration : none;
	display : inline;
}

#leftcontent {
	float:left;
	width:70%;
	background:#fff;
	border : solid #000;
	border-top : 1px solid #000;
	border-right : 2px solid #000;
	border-bottom : 2px solid #000;
	border-left : 0px;
	margin-right:15px;
	padding-bottom:20px;
	margin-bottom:10px;
}

#leftcontent a {
	text-decoration : none;
	font-weight : bold;
	color : #00f;
}

#leftcontent a:hover { 
	color : #ff8c00;
	background : #fff;
	text-decoration : none;
}

#leftcontent h1,p {
	margin-left : 5px;
}

#rightcontent {
	margin : 0px;
	padding : 10px 0px 20px 0px;
}
	
#rightcontent a {
	text-decoration : none;
	font-weight : bold;
	color : #00f;
	background : #dde;
}

#rightcontent a:hover { 
	color : #ff8c00;
	background : #dde;
	text-decoration : none;
}

#RandomQuote {
	font-style : italic;
}

#footer {
	border-top : 1px solid #a9a9a9;
	clear : both;
	text-align : right;
	font-size : 0.6em;
	padding : 0px 2px;
}

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 85%;
	background : #dde;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	}

h1, h2, h3 {
	padding-top : 0.1em;
}
	
h1 {
	font-size : 1.7em;
	text-decoration : underline;
}

h2 {
	font-size : 1.4em;
}

h3 {
	font-size : 1.1em;
}

#rightcontent p {
	font-size : 80%;
	margin-left : 0px;
	margin-right : 2px;
}

#rightcontent li {
	font-size : 78%;
	margin-left : 0px;
	padding-left : 10px;
	list-style : none;
}

.smalltext, .smalltext_red {
	font-family : Tahoma, Arial, sans-serif;
	font-size: 85%;
	font-weight : normal;
	text-align: justify;
}

.smalltext_red {
	color : #f00;
}

.box_red, .box_blue {
	font-family : Verdona, Tahoma, Arial, sans-serif;
	font-size : 1.5em;
	text-align : center;
	background : #fff;
	border-left : 1em solid #000;
	border-right : 1em solid #000;
	border-top : 0.1em solid #000;
	border-bottom : 0.1em solid #000;
	margin : 1em 1em 1em 1em;
}

.box_red {
	color : #f00;
}

.box_blue {
	color : #00f;
}

.button { 
	border-top : 1px solid #000; 
	border-right : 2px solid #000;
	border-bottom : 2px solid #000;
	border-left : 1px solid #000;
	font-size : 1.2em;
	color : #000;
	font-family : Tahoma, sans-serif;
	background : #fff8dc none;
}

.under {
	text-decoration : underline;
}
