a {
	color:				#ffae00;
	text-decoration:	none;
	}

a:hover {
	color:				#0f79a0;
	text-decoration:	none;
	}

body {
	background-color:	#002a3a;
	background-image:	url('../images/taco_bg.jpg');
	background-repeat:	repeat-y;
	margin:				0px;
	padding:			0px;
	font-family:		calibri;
	}
	
div#container {
	border-left:		3px solid black;
	border-right:		3px solid black;
	width:				700px;
	margin-left:		225px;
	margin-right:		auto;
	}

div#content {
	background-color:	white;
	background-image:	url('../images/gradient.gif');
	background-repeat:	repeat-x;
	padding:			25px 5px 5px 5px;
	}

div#logo {
	background-color:	#004159;
	background-image:	url('../images/logo.gif');
	background-repeat:	no-repeat;
	height:				158px;
	}

div#menu {
	position:			absolute;
	top:				160px;
	left:				120px;
	width:				100px;
	font-size:			9pt;
	color:				white;
	text-align:			right;
	}

div.rant {
        border-bottom: 2px solid #ffae00;
        margin-bottom: 10px;
        padding-bottom: 10px;
        }

p.menu {
	line-height:		90%;
	margin-top:			0px;
	margin-bottom:		10px;
	}

span.date {
       font-size: 8pt;
       }

span.title {
        font-size: 18pt;
        font-weight: bold;
        }