/*  
Theme Name: Redstripe
Theme URI: http://linuxart.com/
Description: New theme, red bar and all
Version: 1.5.0
Author: Garrett LeSage
Author URI: http://linuxart.com/
*/
body {
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    color: #000099;
    background-color: #FFFFFF;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

hr {
    height: 0;
    padding: 0;
    margin: 0;
/*    visibility: hidden;
*/
}
#header {
	padding: 10px;
	border-top: 5px solid #fcc500;
	border-bottom: 3px solid #CC0000;
	background-color: #000066;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;

}
#main {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	position: relative;
	left: 119px;
	top: 189px;
	width: 367px;
	height: 211px;



}
html>body #main {
    border: none;
}

a:link {
    color: #000066;
    text-decoration: none;
}
a:visited {
    color: #000066;
    text-decoration: none;
}
a:active {
}
a:hover {
    color: #f50;
    text-decoration: underline;
}
