/* CSS Document */

/* general and override some browser defaults */

* {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border: none;
}

ul {
	list-style: none;
}

/* layout and colors ---------------------------------------------------------- */


body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	overflow-x: hidden;
	color: #faf6f2;
	background-color:#000033;
}

body#home {
	background: #000033 url(images/2.jpg) center top no-repeat;
}

body#web {
	background: #000033 url(images/5.jpg) center top no-repeat;
}

body#photography {
	background: #000033 url(images/9.jpg) center top no-repeat;
}

body#print {
	background: #000033 url(images/3.jpg) center top no-repeat;
}

body#signage {
	background: #000033 url(images/4.jpg) center top no-repeat;
}

body#more {
	background: #000033 url(images/7.jpg) center top no-repeat;
}

body#clients {
	background: #000033 url(images/6.jpg) center top no-repeat;
}

body#contact {
	background: #000033 url(images/1.jpg) center top no-repeat;
}

#container { 
	width: 800px;  
	margin: 0px auto 0px auto; 
	text-align: left; 
	background: none;
} 

#nav {
	margin: 0px 0px 0px 500px; 
	padding: 0px; 
} 

#content { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 60px 0px; 
}

#photography #content { 
	padding-bottom: 0px; 
}  

#gallery, #gallery2 {
margin: 20px 0px 0px 0px;
}

.floatright { 
	float: right;
	margin: 0px 0px 10px 20px;
}

.floatleft { 
	float: left;
	margin: 0px 20px 10px 0px;
}


/* typography ---------------------------------------------------------- */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.5em;
	margin: 0px 0px 25px 0px;
	color: #e8eaeb;
	text-align: left;
	clear: both;
}

.clear {
	clear: both;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 25px 0px 0px 0px;
	clear: both;
}

p.smaller {
font-size: 1.2em;
line-height: 1.2em;
clear: both;
}

p.smaller2 {
font-size: 1em;
line-height: 1.2em;
clear: both;
}

p.smaller3 {
font-size: 1em;
line-height: 1.2em;
clear: both;
margin-top: 0px;
}

p.smaller4 {
font-size: 1em;
line-height: 1.2em;
clear: both;
margin-top: 10px;
}

p.copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .6em;
line-height: 1em;
margin: 20px 0px 10px 0px;
clear: both;
}

#form p {
	font-size: .75em;
	margin: 10px;
}

ul.list {
margin-top: 20px;
}

ul.list li {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
line-height: 1.3em;
margin: 0px;
}

p.formlabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .7em;
	line-height: 1.2em;
	margin: 5px 5px;
}

p.formnote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .7em;
	line-height: 1.2em;
	margin: 5px 5px;
}

p.formnotethanks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.2em;
	margin: 5px 5px;
	color: #FF3333;
}

.required {
	font-weight: bold;
	color: #FF3333;
}



/* links ---------------------------------------------------------- */

a:link, a:visited {
color:#fcdf3c;
text-decoration: none;
}

a:hover {
color: #FF6600;
}


/* navigation ---------------------------------------------------------- */

#nav ul { 
	list-style: none; 
}

#nav ul li {
	display: inline;
	float: left;
	margin: 0px 15px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .85em;
	color: #999999;
}

#header {
width: 800px;
height: 170px;
}


#header  a {
width: 800px;
height: 170px;
display: block;
}


#photography #header {
width: 800px;
height: 130px;
}

#home #header a {
cursor: default;
}
	

/* gallery ---------------------------------------------------------- */


#gallery ul, #gallery2 ul { 
	list-style: none; 
}

#gallery ul li, #gallery2 ul li {
	display: inline;
	float: left;
	margin: 0px 9px 9px 0px;
}

#gallery ul img, #gallery2 ul img {
	border: 2px solid;
	border-color: #fcdf3c;
}

#gallery ul a:hover img, #gallery2 ul a:hover img {
	border: 2px solid #FF6600;
}

#gallery li, #gallery2 li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	margin-top: 3px;
	text-align: right;
}


