@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7fd1f2;
	font-size: 13px;
	color: #666666;
	background-image: url(images/clouds.jpg);
	background-repeat: repeat;
}
.bold_blue {
	font-weight: bold;
	color: #015EAB;
}


a {
outline: none;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEF6ED;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}

#footer {
	line-height: 35px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}
#content a {
	text-decoration: none;
	color: #015EAB;
	font-weight: bold;
}
#content img {
	padding-left: 50px;
}


#content a:hover {
	text-decoration: underline;
}

#content {
	background-color: #FEF6ED;
	padding: 30px;
}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#header {
	height: 250px;
}

#footer {
	height: 35px;
	font-size: 12px;
}
#fontmedia {
	float: left;
	width: 400px;
}
#btm_nav {
	float: right;
	width: 400px;
	text-align: right;
}
h2 {
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 45px;
	padding-left: 110px;
	color: #0D5CB8;
	font-variant: small-caps;
}
h3 {
	color: #0D5CB8;
}

#content_left {
	float: left;
	width: 500px;
}
#content_right {
	float: right;
	width: 290px;
}
#testimonial {
	padding: 20px;
	border: 1px dotted #1C4D88;
	font-style: italic;
}
#name {
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
	text-align: right;
}
#content_right img {
	padding: 0px;
}
#content .gift img {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

