/* CSS Document */

* { 
	margin: 0; 
	padding: 0; 
} 
body { 
	text-align: center; 
	background: url(images/site_bg.jpg) #071987 repeat-x; 
} 
#gallerysitecontainer {
	background-image: url(images/site_bg.jpg); 
	background-repeat: repeat-x; 
	background-color:#071987;
}
#sitecontainer { 
	width: 750px; 
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	border: 5px solid #d2c53d; 
	background-color:#FFFFFF;
	overflow: hidden;
}
#siteheaderbg {
	background-image: url(images/site_banner.jpg);
	height: 155px;
}
#graymargin {
	width:200px;
	background-color:#cdd0d6;
	background-image:url(images/graymargin_bg.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:22px;
	text-align:center;
}
#graymargin a:link {
	color:#8d0000;
}
#graymargin a:visited {
	color:#8d0000;
}
.graymargin_link {
	color:#8d0000;
}
#sitefooter {
	background-color:#424746;
	padding-top:4px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
}
#sitefooter_links {
	float:right;
	width:300px;
	text-align:right;
}
#body_embed {
	padding:10px;
}
#sitefooter_links a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#sitefooter_links a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
/* Images */
.graymarginwreath {
	margin-bottom:10px;
	margin-top:10px;
}
/* Side Margin */
.margin_headsup {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:10px
}
.margin_headsup_title {
	text-align:center;
	font-weight:bold;
}
.margin_item {
	padding-bottom:15px;
	border-bottom: dotted #999999 1px;
	margin-bottom:15px;
	text-align:center;
}
.margin_itemleft {
	padding-bottom:15px;
	border-bottom: dotted #999999 1px;
	margin-bottom:15px;
	text-align:left;
}
/* Sections */
.pageheader {
	padding-top:5px;
	padding-bottom:2px;
	margin-bottom:12px;
	font-size:20px;
	border-bottom:thin;
	border-bottom-style:dotted;
	border-bottom-color:#071987;
	color:#101678;
}
.nextpageheader {
	padding-top:20px;
	padding-bottom:2px;
	margin-bottom:12px;
	font-size:20px;
	border-bottom:thin;
	border-bottom-style:dotted;
	border-bottom-color:#071987;
	color:#101678;
}
.whitepage {
	background-color:#FFFFFF;
	background-image:url(images/contentpage_bg.jpg);
	background-repeat:repeat-x;
	padding-left:16px;
	padding-right:16px;
	padding-top:10px;
	padding-bottom:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.whitepage a:link {
	color:#8d0000;
}
.whitepage a:visited{
	color:#8d0000;
}
.whitepage ul {
	margin-top: 10px;
	margin-left:30px;
	margin-right:20px;
	text-align: justify;
}
.whitepage li {
	padding-bottom:10px;
}
.whitepage p {
	margin-top:0px;
	margin-bottom:15px;
	line-height:18px;
}
.whitepage hr {
	margin-top:10px;
	margin-bottom:10px;
	border:thin;
	border-bottom-style:dotted;
	border-color:#071987;
}
.whitepage_subheader {
	font-size:14px;
	font-weight:bold;
	margin-bottom:-10px;
}
.competition_entry {
	margin-top:10px;
	padding-bottom:15px;
	margin-bottom:10px;
	border:thin;
	border-bottom-style:dotted;
	border-color:#071987;
	line-height:17px;
}
.competition_entry p{
	margin-top:10px;
}
.competition_entry_header {
	font-size:14px;
	font-weight:bold;
}
.competition_table {
	margin-top:15px;
	padding:5px;
	border:thin;
	border-style:dotted;
	border-color:#999999;
}
.competition_underline {
	text-decoration:underline;
}
.biopic {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.login_table {
	border-width:1px;
	border-style:dotted;
	border-color:#999999;
}
.login_table td{
	padding:5px;
}
.member_table {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.member_table td {
	padding:3px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
}
.disclaimer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
.ourfriends_entry {
	margin:10px;
	padding:10px;
	border:thin;
	border-style:dotted;
	border-color:#bfafc2;
}
.ourfriends_entry_wide {
	width:220px;
	margin:10px;
	padding:10px;
	border:thin;
	border-style:dotted;
	border-color:#bfafc2;
}
.ourfriends_entry_wide img{
	border:1px;
	border-style:solid;
	border-color:#bfafc2;
}
.homepage_entry {
	margin-bottom:25px;
}
.ourfriends_links_list ul li {
	text-align:left;
}
.links_jumpto {
	float:right;
	margin-right:10px;
	margin-top:10px;
}