@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

a {
	text-decoration:none;
	}

img {
	border:none;
	}

body {
	background:url(/images/background.jpg) top center repeat;
	text-align:center;
	}

#container {
	position:relative;
	width:691px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	float:left;
	width:691px;
	}

#main {
	float:left;
	width:691px;
	}

#content {
	width:691px;
	float:left;
	height:300px;
	min-height:300px;
	height:auto!important;
	background: url(/images/background-body.jpg) repeat-y;
	}

#contentINSIDE {
	padding:10px 25px 10px 20px;
	}

#script {
	float:left;
	clear:left;
	width:691px;
	}
	
#menu {
	float:left;
	width:125px;
	}

/* ---------------------- MENU ITEMS START HERE ---------------------- */

.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 125px; /*WIDTH OF MAIN MENU ITEMS*/
	}

.glossymenu li{
	position: relative;
	}

.glossymenu li a{
	background: url(/images/button.jpg) no-repeat top left;
	font: normal 10px Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	height:34px;
	padding: 15px 0 0 0;
	text-decoration: none;
	text-align:center;
	}

.glossymenu li a:visited, .glossymenu li a:active{
	color: #FFFFFF;
	}

.glossymenu li a:hover{
	color:#CD972B;
	}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

/* ---------------------- MENU ITEMS END HERE ---------------------- */



#textarea {
	width:500px;
	float:right;
	clear:right;
	text-align:left;
	}
	
#cow-area {
	float:left;
	width:500px;
	height:150px;
	min-height:150px;
	height:auto!important;
}

#textarea h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#CD972B;
	padding-bottom:15px;
	margin-top:10px;
	font-weight:normal;
	}

#textarea p {
	font-family:Trebuchet MS, "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:231207;
	padding-bottom:13px;
	}

#textarea p.bull {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#4F1B56;
	padding-bottom:13px;
	}

#textarea p.subhead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#4F1B56;
	padding-bottom:13px;
	font-weight:bold;
	}

#textarea a {
	color:#4F1B56;
	}

#textarea a:hover {
	color:#87628B;
}

#textarea ol {
	padding-left:30px;
	font-family:Trebuchet MS, "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:231207;
	padding-bottom:10px;
	}

#textarea img.floatleft {
	float:left;
	clear:left;
	padding:0 15px 15px 0;
	}

#textarea img.floatright {
	float:right;
	clear:right;
	padding:0 0 15px 15px;
	}

#bottom {
	float:left;
	clear:left;
	width:691px;
	margin-bottom:10px;
	}

#footer {
	float:left;
	width:691px;
	text-align:center;
	margin-bottom:30px;
	padding-top:30px;
	}

#footer p {
	font-family:Trebuchet MS, "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:9px;
	color:#CD972B;
	}

#footer a {
	color:#FFFFFF;
	}