* { padding: 0; margin: 0; }

body {
	margin: 20px 0 20px 0;
	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #6D5434;
	text-align: center;
	height: 100%;
	background-color: #37AEB2;
}


/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #0E81A0; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 {
	font-size: 24px;
	color: #C53692;
}
h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #006666;
}
h3 {
	font-size: 16px;
	color: #0E81A0;
}

p, h1, h2, h3 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #993333;	
}
ul span, ol span {
	color: #333;
}

/* images */
img {
	padding: 7px;
	background-color: #FFF;
}
img.float-right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.float-left {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/***********************
	  LAYOUT
************************/

#wrap {
	width: 780px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 12px;
	border: 3px solid #000000;
}
#header-content, #content {
	width: 740px;	
}

/* header */
#header {
	position: relative;
	height: 185px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 13px; top: 14px;
	width: 455px;
	height: 156px;
	
}
#header #logo-box {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 749px;
	height: 160px;
	background-image: url(../images/ssspecialshead.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #37AEB2;
}
#logo-box #logo {
	position: absolute;
	letter-spacing: -2px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 22px;

	left: 271px;
	width: 401px;
	font-family: 'Trebuchet MS', Sans-serif;
	font-size: 36px;
	font-weight: bold;
	height: 35px;
}
#logo-box #slogan {
	position: absolute;
	text-transform: none;
	color: #005D7C;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 161px;
	left: 372px;
	width: 322px;
	font-family: 'Trebuchet Ms', Sans-serif;
	font-size: 26px;
	font-weight: bold;
	height: 37px;
	font-style: oblique;
}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF;
}
#content {
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* sidebar */
#sidebar {
	float: left;
	width: 161px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}	
.sidebox {
}
/* main */
#main {
	width: 76%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	margin-left: 0;
}
#main h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.post {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
/* footer */
#footer {
	clear: both;
	height: 45px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	background-color: #319A9D;
	width: 739px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;	
}
#footer a:hover {
	text-decoration: underline;
	color: #FFBC8D;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.border{border: 0;}

body,td,th {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
}
#content #main .post p {
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 20px;
}
h4 {
	font-size: 1.8em;
	color: #F4673A;
}
#main .post h4 {
	text-align: center;
	margin-bottom: -4px;
	letter-spacing: 1px;
}
#main .post h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #DB2358;
	font-size: 1.6em;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
#wrap #content-wrap #content #main .post a {
	color: #FC1F42;
	font-weight: bold;
	text-decoration: underline;
}

.style4 {
	color: #37AEB2;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
}
#wrap #content-wrap #content #main .post hr {
	font-size: 14px;
	color: #37AEB2;
	font-weight: bold;
}
.style10 {
	color: #37AEB2;
	font-style: normal;
	font-size: 14px;
}

.style11 {color: #FFFFFF}
.style14 {
	font-size: 1.1em;
	font-weight: bold;
	color: #DB2358;
	font-variant: normal;
	text-transform: uppercase;
}
.nobordernopadding {
	margin: 0px;
	padding: 0px;
	border: 0px solid #FFFFFF;
}

.style15 {color: #DB2358}
.style16 {font-size: 16px}

#wrap #content-wrap #content #sidebar .sidebox p {
	color: #000000;
}
.style19 {
	font-size: 12px;
	font-style: italic;
}
h1 {
	font-size: 25px;
}
.style20 {font-size: 10px}
.style21 {color: #C53692}
h1 {
	color: #F2501A;
}
.style22 {color: #E16011}

