body {
	background-color: #1D1D1D;
}

/********* Page Structure ********************/
#main {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 950px;
	height: 75px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#logo {
	width: 300px;
	float: left;	
}
#nav {
	width: 650px;
	text-align: right;
	float: right;
	padding-top: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#subnav {
	width: 650px;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 10px;
}
#content {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	border: 20px solid #CCCCCC;
	padding: 10px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	width: 950px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#footerleft {
	float:left;
}
#footerright {
	float:right;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
}
.dashedline {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}

/********* Link Styles ********************/
a:link, a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #F32323;
	font-weight: bold;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F32323;
	padding-bottom: 2px;
}
#subnav a:link, #subnav a:visited {
	color: #F32323;
	font-weight: bold;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: none;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF0000;
	padding-bottom: 2px;
}
h1 a:link, h1 a:visited {
	color: #292929;
	font-weight: bold;
	text-decoration: none;
}
h1 a:hover {
	color: #F32323;
	font-weight: bold;
	text-decoration: underline;
}
.f_left a:link, f_left a:visited {
	color: #292929;
	font-weight: bold;
	text-decoration: none;
}
.f_left a:hover {
	color: #F32323;
	font-weight: bold;
	text-decoration: underline;
}
.links a:link, .links a:visited {
	color: #292929;
	font-weight: bold;
	text-decoration: none;
}
.links li a:hover {
	color: #F32323;
	font-weight: bold;
	text-decoration: underline;
}
.gallery_thumbs a:link, .gallery_thumbs a:visited {
	color: #292929;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.gallery_thumbs a:hover {
	color: #F32323;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.my_recent_galleries li a:link, .my_recent_galleries li a:visited {
	color: #F32323;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.my_recent_galleries li a:hover {
	color: #F32323;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.gallery_list_name li a:link, .gallery_list_name li a:visited {
	color: #F32323;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.gallery_list_name li a:hover {
	color: #F32323;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/********* Text Styles ********************/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #292929;
	margin: 10px 0px 5px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #292929;
	padding-bottom: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #292929;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #292929;
	font-weight: bold;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #292929;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #292929;
	padding: 0px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	list-style-type: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
}

/********* Customised PS Styles ********************/
.searchboxleft {
	width: 500px;
	margin-right: 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.searchboxright {
	float: right;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.search_tips {
	color: #292929;
	font-style: italic;
}
p.intro {
	font-size: 14px;
	font-weight: bold;
}
.divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #292929;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.sectionheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #292929;
	font-weight: bold;
}
.sectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #292929;
}
.display_options_link {
	font-size: 12px;
	color: #292929;
}
p.caption {
	font-style: italic;
}
.links {
	padding-left: 0px;
}
.f_left {
	font-size: 10px;
	padding-right: 35px;
}
.f_right {
	font-size: 10px;
	padding-right: 35px;
	float: left;
}
.imageWidget {
	margin-right: 10px;
}
.gallery_thumbs {
}
.gallery_collection_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F32323;
	font-style: italic;
}
.gallery_list_name {
	font-weight: normal;
}
.thumbs gallery_list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.my_recent_galleries li {
	list-style-type: disc;
	list-style-position: inside;
}
.slide {
	margin: 0px;
	padding: 0px;
}
