body {
	background-image: url(http://www.comingtrueclub.com/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #5da8aa;
	font-family: "trebuchet ms", trebuchet, arial, tahoma, verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 20px 0 0 0;
	color: #000643;
	text-align:justify;
	word-wrap:break-word;
}

/* LAYOUT */

#container {
	text-align:left;
	width:802px;
	margin:0 auto;
	padding:0;
	position:relative;
	border:0;
	background-image: url(http://www.comingtrueclub.com/images/bg.jpg);
	background-repeat: repeat-x;
	}

#content {
	width:760px;
	z-index:200;
	padding: 30px 20px 20px 22px;
	margin: 0;
	position:relative;
	background-color:white;
	border:0;
	bottom:96px;
	}

img.footer {
	position:relative;
	bottom: 96px;
	}
	
#footerlinks {
	font-size: 10px;
	line-height: 20px;
	margin: 0 auto;
	margin-bottom:-30px;
	width: 200px;
	color: #999999;
	text-align:center;
	}

/* LINKS */

a:link {
	color:#008290;
	font-weight:bold;
	text-decoration:none;
	}

a:visited {
	color:#14194a;
	font-weight:bold;
	border-bottom:none;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#14194a;
	font-weight:bold;
	border-bottom:2px solid #fe9200;
	text-decoration:none;
	}

a.name:link, a.name:visited, a.name:hover, a.name:active {border:0; text-decoration:none}
a.noborder:link, a.noborder:visited, a.noborder:hover, a.noborder:active {border:0; text-decoration:none}

/* LOGIN DIV AND STYLING */

#login {
	position:relative;
	background-image:url(http://www.comingtrueclub.com/images/login.jpg);
	background-repeat:no-repeat;
	bottom: 148px;
	left: 589px;
	width:205px;
	height:95px;
	border:0;
	text-align:right;
	color:white;
	font-weight:bold;
	z-index:500;
	}
	
#logout {
	position:relative;
	background-image:url(http://www.comingtrueclub.com/images/logout.jpg);
	background-repeat:no-repeat;
	bottom: 148px;
	left: 589px;
	width:200px;
	height:95px;
	border:0;
	text-align:right;
	color:white;
	font-weight:normal;
	z-index:500;
	font-size:14px
	}

#logout a:link, #logout a:visited, #logout a:hover, #logout a:active {
	color: #151949;
	text-decoration:none;
	font-weight:none;
	border:0;
}

#login input.input {
	border: 1px #001b4b solid;
	margin: 5px 0px 0px 0px;
	color:#22297a;
	font-size:14px;
	font-weight:bold;
	height: 18px;
	line-height:20px;
	}

#login input.input1 {
	margin: 12px 0px 0px 0px;
	}
	
#login input.submit {
	border: none;
	margin: 7px 0px 0px 0px;
	color:008290;
	font-size:20px;
	background-image: url(http://www.comingtrueclub.com/images/spacer.gif);
	filter: alpha(opacity=0);
	opacity: 0; 
	}
	
#login input.submit:hover {cursor:pointer}

/* HR */

hr.hr {
	width: 760px;
	height:0px;
	background-color: #1272C0;
	margin: 20px 0px 20px 0px;
	border:0;
	}

img.hr {
	margin:0 auto;
	border:0}

/* HEADERS */

h1, .h1 { /* used for headers on each page */
	color: #1c2365;
	font-size: 26px;
	margin: 0;
	font-weight:normal;
	padding:0px 0 6px 0;
	}
	
h2, .h2 { 
	color: #496baa;
	font-size: 23px;
	line-height:24px;
	margin: 0;
	font-weight:normal;
	padding:0px 0 6px 0;
	}

h3, .h3 { 
	color: #a6b3ce;
	font-size: 20px;
	margin: 0;
	font-weight:normal;
	padding:0px 0 6px 0;
	}
	
h4, .h4 {
	font-size: 16px;
	margin: 0;
	font-weight:bold;
	padding:0px 0 6px 0;
	color:#003399;
}

h5, .h5 {
	font-size: 14px;
	margin: 0;
	color:#336699;
	font-weight:bold;
	padding:0px 0 6px 0;
}

h6 {
	font-size: 10px;
	margin: 0;
	padding:0px 0 6px 0;
}

.medblue { /* same color as h5, larger size */
	font-size: 20px;
	line-height: 24px;
	}


/* STYLING for the CONTACT FORM */

.fieldwrap {margin: 15px 0px 0px 10px}
textarea.fmtextarea {width:500px;}
.ddfmwrap label {
	font-weight:bold;
	margin: 0 20px 0 0;
	display:block
	}
	
.ddfmwrap img {margin: 0 20px 0 0;}
.ddfmwrap input {
	font-family: "trebuchet ms", trebuchet, arial, tahoma, verdana, sans-serif;
	font-size: 14px;
	color: #000643;
}

.ddfmwrap .submit{
margin: 0 0 0 200px;
}

/* IMAGES */

img.imgleft {
	float: left;
	margin: 4px 12px 4px 4px;
	border: 1px solid #000033
	}
	
img.imgright {
	float: right;
	margin: 4px 12px 4px 4px;
	border: 1px solid #000033
	}
	
img.imgleftnb {
	float: left;
	margin: 6px 16px 6px 4px;
	border: 0;
	}
	
img.imgrightnb {
	float: right;
	margin: 6px 4px 6px 16px;
	border: 0;
	}

/* BLOG STYLING */

.postmetadata {
	font-size: 14px;
	text-align:center;
	font-weight:bold
	}

.entry_author_image {
	float: right;
	border: 1px black solid;
	margin: 0px 0px 10px 10px;
	}
	
.profile_author_image {
	float: right;
	border: 1px black solid;
	margin: 0px 0px 10px 10px;
	}
	
.textarea {
	background:white;
	color:#000033;
	padding:4px;
	font-family: "trebuchet ms", trebuchet, arial, tahoma, verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	border:#A3AFB1 2px solid;
	}
	
.submitbutton {
	border:#000033;
	background-color:#165776;
	color:white;
	font-weight:bold;
	padding:2px;
	}
	
div.postnavigation div.alignleft {
	width:340px; float:left; padding:0 0 20px 0
	}
	
div.postnavigation div.alignright {
	width:340px; float:right; padding:0 0 20px 0;
	}

div.back {
	margin: 5px auto 10px auto;
	width: 116px;
	border:0;}
	
img.back {border:0}

/* TABLES */

table.border tr {border:0}
table.border td {border:0}


	