/* CSS Document */

body {
	background:url(http://amylguyer.com/wp-content/themes/NewTheme/Images/bg.png) center repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:0px;
	float: right;
}

#container {
	margin:80px auto 0px auto;
	background:url() top left no-repeat;
	width:949px;
	height:660px;
}

#container a {
	text-decoration:none;
	color:#FFFFFF;
}
#container a:hover {
	color:#999999;
}

#menu {
	float: left;
background:url(http://amylguyer.com/wp-content/themes/NewTheme/Images/newnav.swf)
	width: 399px;
}

#menu li {
	display:inline;
}

#menu li a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu li a:hover {
	color:#993939;
}

#content {
	color:#000000;
	float: right;
	background-color:#FFFFFF
	margin-top:15px;
	margin-left:20px;
	padding:5px;
	width:500px;
	height:620px;
	background: white;
}

#content h2 {
	color:#AAAAAA;
	text-align:right;
	font-family:English;
	font-size:26px;
	margin-top:5px;
	background: white;
}

#content h3 {
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	margin:5px;
	padding-left:20px;
}

#content p {
	color:#000000;
	margin:5px 5px 15px 5px;
}

#footer {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	margin-right:5px;
}

