/* CSS Document for Sean Cook Photography */

body {
	background-image: url(/dev/images/bg.jpg);
	background-attachment:fixed;
	font:;
	color:#FFFFFF;
	font-size:10px;
	margin:45px auto 0;
}

.main {
	vertical-align:top;
}

div.clear {
	clear:both;
}

.header {
	background-image:url(/dev/images/seancook.png);
	background-repeat:no-repeat;
	width:462px;
	height:44px;
	float:right;
	vertical-align:middle;
}

.container {
	border:1px solid #928976;
	width:710px;
	height:491px;
	float:right;
}

.gallery_container {
	background-color:#000000;
	border:1px solid #928976;
	width:723px;
	height:545px;
	float:right;
	font-family:Arial;
	font-size:13px;
	text-align:center;
	color:#928976;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.gallery_container ul, li {
	list-style: none;
	display: inline;
	padding-top: 5px;
	margin: 0px;
	text-align:center;
}

.gallery_container a, img {
	border:none;
}

.copyright {
	font-family: Arial;
	font-size:13px;
	color:#FFFFFF;
	margin:8px 0px 8px 0px;
	float:right;
}

.copyright a {
	font-family: Arial;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}

.copyright a:hover {
	font-family: Arial;
	font-size:13px;
	color:#CCCCCC;
	text-decoration:underline;
}


.menu {
	background-image:url(/dev/images/menu_bg.png);
	background-repeat:no-repeat;
	width:290px;
	height:100px;
	float:left;
	text-align:left;
	padding-top:18px;
	padding-left:14px;
}

.gallery_menu {
	background-image: url(/dev/images/gallery_menu.png);
	background-repeat:no-repeat;
	width:128px;
	height:79px;
	float:left;
	font-family:Arial;
	font-size:13px;
	color:#928976;
	text-align:left;
	padding-top:18px;
	padding-left:14px;
}

.gallery_menu a{
	text-decoration:none;
	font-family:Arial;
	color:#928976;
}

.gallery_menu a:hover {
	text-decoration:none;
	font-family:Arial;
	color:#ADA698;
}

.footer {
	background-image:url(/dev/images/footer_bg.png);
	background-position:right;
	background-repeat:no-repeat;
	width:100%;
	height:79px;
	position:fixed !important;
	bottom:0px;
}

.find_me {
	background-image:url(/dev/images/find_me.png);
	background-repeat:no-repeat;
	width:480px;
	height:79px;
	text-align:right;
	float:left;
	margin-left:5px;
}

.contact {
	background-image:url(/dev/images/contact_bg.png);
	background-repeat:no-repeat;
	width:472px;
	height:79px;
	text-align:center;
	float:left;
	margin-left:75px;
	padding-top:37px;
}

.anp {
	width:90px;
	height:79px;
	text-align:right;
	float:right;
	margin-right:15px;
}

