@charset "UTF-8";
/* CSS Document for the Creede Magazine*/

body {
	color: #000000;
	text-align: center;
	background-color: #303030;
	font-family: "Times New Roman", Times, serif;
	padding:0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
#wrapper {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
	background-color: #EFEFEF;
	}
#wrapperindex {
	width: 850px;
	margin-top: 3;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
	}
	
/*--------------------------- Menu Tabs ------------------------------------- */

#tabs {
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #000;
	background-image: url(graphics/creedemagazinelogo.png);
	background-repeat: no-repeat;
	background-position: 9px top;
	height: 85px;
	background-color: #303030;
	}
#tabs ul {
	margin:0;
	list-style:none;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 207px;
	padding-top: 58px;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url("graphics/tableft6.gif") no-repeat left top;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
	}
#tabs a span {
	float:left;
	display:block;
	background:url("graphics/tabright6.gif") no-repeat right top;
	color: #CCCCCC;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 6px;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#CCCCCC;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}   

/*--------------------------- Content ------------------------------------- */
#content { }
#content1 {
	text-align: left;
	margin-right: 250px;
	margin-bottom: 10;
	margin-left: 0;
	padding: 15px;
	}
#content1 a:link, #content1 a:visited {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
	}
#content1 a:hover { color: #333333;}

#contentright {
	width: 205px;
	float: right;
	border: 5px double #000000;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	margin: 18px;
	}

#contentright2 {
	width: 300px;
	float: right;
	border: 5px double #000000;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	margin: 18px;
	}

/*--------------------------- Content Text ------------------------------------- */

#content2 p {
	color:#FFFFFF;
	font-size: 1em;
	}
#content2 h1 {
	color: #FFCC00;
	font-size: 1.3em;
	letter-spacing: .1em;
	}
#content2 h4 {
	color: #FFFFFF;
	font-size: 0.8em;
	font-style: normal;
	letter-spacing: .1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

#content1 p {
	font-size: 1em;
	}
#content1 h1 {
	color: #FF9900;
	font-size: 1.3em;
	letter-spacing: .1em;
	}
#content1 h2 {
	color: #990000;
	font-size: 1.2em;
	letter-spacing: .1em;
	}
#content1 h4 {
	color: #333333;
	font-size: 0.7em;
	font-style: normal;
	letter-spacing: .1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
#contentright2 h4 {
	color: #333333;
	font-size: 0.7em;
	font-style: normal;
	letter-spacing: .1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

/*--------------------------- Footer ------------------------------------- */
#footer {
	background:#303030;
	font-size: 0.6em;
	text-align: center;
	color: #CCCCCC;
	letter-spacing: 0.1em;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	} 

/*--------------------------- Flash ------------------------------------- */
#flash {
	border: 1px solid #000000;
	height: 626px;
	width: 550px;
	text-align: center;
	padding-top: 6px;
	}

/*--------------------------- Misc. ------------------------------------- */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.img {
	border:none;
	}
 
