/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/
/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
body
{
	font-family: "trebuchet ms", sans-serif;
	color: #000000;
	font-size: 11pt;
	background-color: #CCCC66; 
	background-image: url('WomenPhotoWallpaper3.jpg');
	background-position: left;
	background-repeat: repeat-y;
	
}
a
{
	color: #669911;
}
/* Outer  'a2crop2.gif'*/
#outer
{
}
/* Header */
#header
{
	height: 95px;
	background-image: url('a2solid3.gif');
	background-position: bottom left;
	padding-left: 40px;
	padding-top: 45px;
}

#header h1 a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 1.5em;
}
#header h1
{
	text-transform: lowercase;
	font-size: 1.6em;
}
#header h2
{
	float: right;
	top: -0.3em;
	
	font-weight: normal;
	font-size: 1.1em;
	text-transform: lowercase;
	color: #ffffff;
	



}
/* Menu */

#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 0.8em;
	font-weight: bold;
	text-transform: lowercase;
	color: #ffffff;
	text-decoration: none;
	margin-right: 1em;
}

/* Content */
#content {
	width: 1000px;
	margin: 15px;
	padding: 3em 15px 1em 50px;
	line-height: 1.6em;
	
}
#content p
{
	margin-bottom: 1.5em;
	font-size: 12px;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#content blockquote p
{
	margin-bottom: 0em;
	font-size: 11px;
}

/* Primary Content */
#primaryContentContainer
{
	float: left;
	width: 650px;
	margin-left: 0px;
	
}
#primaryContent
{
float: left;
	margin: 0em 0px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent h2, #primaryContent h3
{
	
	color: #663300;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;
}
#secondaryContent h3, #tertiaryContent h3
{
	background-color: #FFFCD8;
	
	background-repeat: no-repeat;
	background-position: top left;
	width: 185px;
	height: 27px;
	font-size: 1em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	text-transform: lowercase;
	color: #663300;

}
/* Secondary Content */
#secondayContentContainer
{
	float: right;
	margin-left: 480px;
	width: 100%;
}
#secondaryContent
{
	align: top;
	float: right;
	width: 215px;
	position: top;
}
/* Tertiary Content */
#tertiaryContent
{
	float: right;
	width: 215px;
	padding-right: 1em;
}
/* Footer */
#footer
{
	background: url('a2.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
.clear
{
	clear: both;
}


.registerbutton {
	color: white;
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cd8a15;
}.registerbutton:hover {
	color: white;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}.registerbutton:active {
	position:relative;
	top:1px;
	color: white;
}

