@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	/*background-color:#333333;*/
	/*background-color:#231f20;*/
	background-image:url(../images/pattern-bg.gif);
}

<p{
	color:#CCCCCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:17px;
	margin:0 0 10px 35px;
	padding:0 0 0 35px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CCC;
	font-size:13px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin:0 0 30px 35px;
}

h4{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:666;
	margin:15px 0 5px 3px;
}

.email{
	text-decoration:none;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.email a:link {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}  /* unvisited link */

.email a:visited {
	text-decoration:none;
	color:666;
	}  /* visited link */

	

#wrapper{
	width:970px;
	margin:0 auto;
	background-color:#231f20;
}

#nav{
	width:970px;
	height:25px;
	background-color:#cc284a;
}

#nav ul{
	margin:0 0 0 15px;
	padding:0 0 0 0;
}

#nav a{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFF;
	text-transform:uppercase;
}

#nav ul li{
	display:inline;
	padding:0 10px 0 18px;
}

#nav a:link {
	text-decoration:none;
	}  /* unvisited link */

#nav a:visited {
	text-decoration:none;
	}  /* visited link */

#nav a:hover {
	color:#000;
	background-color:#FFF
	}  /* mouse over link */

#nav a:active {
	text-decoration:none;
	} /* selected link */

#image-replacement{
	width:970px;
	height:280px;
	position:relative;
}

#image-replacement span{
	background:url(../images/header.jpg) no-repeat;
	width:100%;
	height:100%;
	position:absolute;
}

.rule{
	width:970px;
	height:6px;
	/*background-image:url(../images/gradient.png);
	background-repeat:no-repeat;*/
	background-color:#FBD19F;
	/*margin:0 auto;*/ 
	margin:0 0 15px 0;
}

#left-col{
	color:#666666;
	font-family:
	Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	margin:0 55px 0 0;
}

/*#left-col img{
	margin:50px 0 20px 0;	
}*/

/* -------- 
#col-bg{
	background:url(../images/jwcec-background.png); 
	background-repeat: repeat-y;
}
*/	


.clear-float{clear:both;
}

#gallery {
	background-color:#231f20;
	margin:35px 10px 30px 35px;
}

#gallery ul {
	list-style:none;
}

#gallery ul li{
	display:inline;
}

#gallery ul img{
	/*border: 5px solid #3e3e3e;*/
	padding:0 10px 0 0;
	color:#FFF;
}

#gallery ul a:hover{
	color:#FFF;
}

#footer{
	width:970px;
	height:50px;
	background-color:#cc284a;
	font-weight:bold;
	color:#000000;
}

#footer p{
	font-size:10px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px 0 0 0;
}

.footer-copy{
	font-family:Verdana, Geneva, sans-serif;
	color:#FF9999;
	font-size:10px;
	margin:0 0 25px 0;
	text-decoration:none;
}

/*#contact{
	color:#666666;
	font-family:
	Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	margin:20px 55px 20px 65px;
}*/
	

#contact-left{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	width:200px;
	float:left;
	margin:0 0 0 35px;
}

/*#contact-left img{
	margin:0 0 20px 0;	
}*/

#contact-right{
	width:650px;
	float:left;
	font-size:12px;
	line-height:22px;
	margin:0 0 0 0;
}

.contact-copy{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
	margin:0 0 35px 0;
}


/*#contact-right img{
	margin:0 0 20px 0;	
}*/



	

