@charset "utf-8";
/* CSS Document */



/* the following rules define basic structure */

body {
	background-color: #999;
}
.container {
	background-color: #999;
	background-image: url(../images/rach_amer_dad.jpg);
	background-repeat: no-repeat;
	color: #000000;
	height: 1180px;
	width: 780px;
	margin-left: 70px;
	border: thick double #000;
}
.header {
	height: 40px;
	width: 760px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;

}
.nav {
	float: right;
	margin-top: -20px;
	margin-right: 40px;

}
.content1 {
	float: right;
	height: 250px;
	width: 300px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 10px;

}
.content2 {
	clear: right;
	float: left;
	height: 100px;
	width: 260px;
	margin-top: 95px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;

}
.content3 {
	height: 170px;
	width: 300px;
	float: right;
	margin-top: 380px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}
.footer {
	clear: both;
	height: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}



/* the following rules are subsets of the basic structure */

.header #logo {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;

}
#spacer {

}
#artwork {
	float: right;
	margin-right: 20px;
}
#copyright {
	float: left;
	margin-left: 20px;
}





/* the following are a set of standard rules */

article, aside, figure, footer, header, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #930;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #FF9933;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #adb96e;
	color: #FFF;
}
