body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg_header.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.3em;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F93D00;
	line-height:1.2em;
}

h1 {
	font-size: 2em;
	color:#3366cc;
	padding:10px 0px 20px 0px;
}

h2 {
	font-size: 1.4em;
	color:#ff0000;
	padding:15px 0px 15px 0px;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

img {
    border:0px;
}

a:link {
	color: #ff0000; text-decoration: underlined;font-weight:bold;
}
a:visited {
	color: #ff0000; text-decoration: underlined;font-weight:bold;
}
a:hover {
	color: #ff0000; text-decoration: underlined;font-weight:bold;
}
a:active {
	color: #ff0000; text-decoration: underlined;font-weight:bold;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid green;
}

/* Header */

#header {
	width: 960px;
	margin: 0 auto;
	border: 0px solid pink;
	height:430px;
}

/* Page */

#menu {
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	border: 0px solid red;
	position:relative;
}


#content {
	width: 960px;
	border: 0px solid navy;
	float:left;
}

#content_left {
	width:330px;
	float:left;
	border: 0px solid black;
	padding:20px 20px 20px 20px;

}
#content_right {
	width:565px;
	float:right;
	border: 0px solid red;
    padding:20px 20px 20px 0px;
}
#content_left_home {
	width:580px;
	float:left;
	border: 0px solid black;
	padding:20px 20px 20px 20px;

}
#content_right_home {
	width:320px;
	float:right;
	border: 0px solid red;
    padding:20px 00px 20px 0px;
    text-align:center;
}
#content_left_pics {
	width:267px;
	float:left;
	border: 0px solid black;
	padding:20px 20px 20px 20px;

}

#content_right_pics {
	width:500px;
	float:left;
	border: 0px solid black;
	padding:20px 20px 20px 20px;

}
#content_thank_you {
	width:500px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
	border: 0px solid black;
	padding:20px 20px 20px 20px;

}

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



#footer {
	width: 100%;
	background: #ffffff url(images/bg_footer.jpg) repeat-x left top;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	clear:both;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #969696;
}

.disclaimer {
 font-size:0.8em;
 font-style:italic;
}

.strong_underline{
    text-decoration:underline;
    font-weight:bold;
}   
