/*
----------- RESET DEFAULT SETTINGS */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,ol,ul,li,blockquote,th,td { margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
q:before,q:after {content:'';}
a { text-decoration: none; }

/* --------- Comments in CSS ---------*/
body {
	background-color:#000000;
	background-position: center;
}
#container {
	height: 580px;
	width: 980px;
	margin: auto;
}
.hidden {
	display: none;
}
#header {
	display: block;
	width: 960px;
	height: 400px;
	margin-top: 40px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 30px;
	border: 2px solid #009999;
}
#titlebar {
	float: left;
	height: 400px;
	width: 180px;
	background-color: #999999;
}
#header2 {
	display: block;
	width: 980px;
	height: 80px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border: 2px solid #009999;
}
#navbar {
	width: 980px;
	padding-bottom: 20px;
	margin-left: 180px;
}
#navbar .home a,
#navbar .photography a,
#navbar .design a,
#navbar .packages a,
#navbar .contact a {
	height: 53px;
	width: 83px;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
}
#navbar .home a{
	background: url(../images/links/home.png) no-repeat top left;
}
#navbar .home a:hover{
	background: url(../images/links/homelink.png) no-repeat top left;
}
#navbar .photography a{
	background: url(../images/links/photography.png) no-repeat top left;
}
#navbar .photography a:hover{
	background: url(../images/links/photographylink.png) no-repeat top left;
}
#navbar .packages a{
	background: url(../images/links/packages.png) no-repeat top left;
}
#navbar .packages a:hover{
	background: url(../images/links/packageslink.png) no-repeat top left;
}
#navbar .design a{
	background: url(../images/links/design.png) no-repeat top left;
}
#navbar .design a:hover{
	background: url(../images/links/designlink.png) no-repeat top left;
}
#navbar .contact a{
	background: url(../images/links/contact.png) no-repeat top left ;
}
#navbar .contact a:hover{
	background: url(../images/links/contactlink.png) no-repeat top left;
}
.line {
	background-color: #666666;
	background-repeat: repeat-x;
	width: 550px;
	height: 1px;
	margin-left: 210px;
	padding-left: 25px;
}
.background {

}
#portfolioNav {
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
}
#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	font-style: italic;
	background-position: center;
	width: 780px;
	padding-bottom: 15px;
}
#main p {
	padding-bottom: 10px;
}
#main p.writing {
	margin-right: 55px;
	margin-left: 55px;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	text-align: center;
}
#main h3{
	color: #009999;
	margin-left: 55px;
	text-align: left;
}
#images {
	padding-left: 40px;
	padding-right: 40px;
}
.images {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center;
	width: auto;
}
#loadarea {
	float: left;
	height: 580px;
}
#gallery {
	display: block;
	width: 980px;
	height: 580px;
	margin-right: 5px;
	margin-left: 5px;
	border: 2px solid #009999;
}
#gallery2 {
	display: block;
	width: 980px;
	height: 600px;
	margin-right: 5px;
	margin-left: 5px;
	border: 2px solid #009999;
}
#gallery3 {
	display: block;
	width: 980px;
	height: 500px;
	margin-top: 40px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 30px;
	border: 2px solid #009999;
}
#sidebar {
	float: left;
	height: 580px;
	width: 200px;
	background-color: #009999;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;

}
#sidebar h2{
	font-size: 18px;
	height: 30px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 2px;
	postion: center;
}
#sidebar a{
	font-size: 11px;
	color: #515151;
	display: block;
	padding-bottom: 5px;
}
#sidebar a:hover {
	color: #e9e9e9;
}
#footer {
	top: 550px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #7B7B7B;
	width: 980px;
	clear: both;
	display: block;
	padding-top: 5px;
	text-align: center;
}
