/* CSS Document */

#cloud9 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin-top: 10px;
	color: #333333;
	text-align: left;
	clear: left;
	}
#cloud9 a {
	font-weight: bold;
	font-size: 9px;
	color: #FF9900;
	}
#cloud9 a:hover {
	color: #333333;
	}

body {
	padding: 0px;
	margin: auto;
	font-family: Verdana, Arial, sans-serif;
	height: 750px;
	width: 720px;
	text-align: center;
	}
	
#title {
	background-color: #FFFFFF;
	height: 110px;
	width: 720px;
	text-align: left;
	background-image: url(images/taylor_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 20px;
	}
#randompic {
	background-color: #000000;
	height: 240px;
	width: 720px;
	}
	
#menu {
	background-color: #FFFFFF;
	height: 30px;
	width: 720px;
	margin: 0px;
	border-bottom: solid thin #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	} 
	
#menu li {
	display: inline;
	text-align: left;
	margin-right: 10px;
	padding: 0px;
	list-style: none;
	}
	
#menu a.selected {
	color: #CC0000;
	}
	
#menu a {
	color: #000000;
	text-decoration: none;
	padding: 0px;

	}
	
#menu a:hover {
	color: #CCCCCC;
	}
	
#menu a:active {
	color: #CC0000;
	}
	
#maincontent {
	background-color: #FFFFFF;
	height: 340px;
	width: 720px;
	border-bottom: solid thin #CC0000;
	background-image: url(images/moo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;

	}
	
#maincontent h1 {
	color: #666666;
	font-size: 200%;
	line-height: 100%;
	}
	
#maincontent a {
	color: #CC0000;
	text-decoration: none;
	}
	

#container {
	width: 720px;
	height: 610px;
	border-bottom: solid thin #CC0000;
	text-align: left;
	}
	
#rightcontent {
	float: right;
	width: 350px;

	}

#rightcontent h1 {
	color: #666666;
	font-size: 200%;
	line-height: 100%;
	}
	
#rightcontent a {
	color: #CC0000;
	text-decoration: none;
	}
	
#leftcontent {
	float: left;
	width: 350px;
	}

#leftcontent h1 {
	color: #666666;
	font-size: 200%;
	line-height: 100%;
	}
	
#leftcontent a {
	color: #CC0000;
	text-decoration: none;
	}
		
b, strong {
	color: #CC0000;
	}
	
p {
	font-size: 75%;
	}	

#footer {
	font-size: 80%;
	color: #000000;
	text-align: left;
	width: 720px;
	}
	
.right {
	text-align: right;
	color: #CC0000;
	margin-left: 450px;
	}
	
