/*-------------------------------------------+
|                                            |
|               TEMPLATE                     |
|                                            |
+-------------------------------------------*/
body
{
	background: #006666;
	margin:0px;
	padding:0px;
}
.wrapper
{
	background: url(images/body_bg.jpg) #006666;
	width:960px;
	margin:0px auto;
	padding:0px;
}
.webshapers
{
	background: url(images/banner.png);
	height:260px;
	margin:0px;
	padding:0px;
}
.main
{
	margin:10px;
	padding:0px;
}
.content
{
	padding-top:0px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
	margin:30px;
	border-top:3px solid #fff;
	border-bottom:2px solid #fff;
	float:left;
}
.nav
{
	background: #006666;
	margin:0px;
	padding:0px;
	border:0px;
	float: center;
	text-align:center;
}
.footer
{
	clear:both;
	color: #fef3b0;
	background: #006666;
	width:940px;
	height:30px;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}
.test
{
	background:#fff;
	height: 40px;
}
/*-------------------------------------------+
|                                            |
|               TEXT STYLES                  |
|                                            |
+-------------------------------------------*/
.border
{
	border:1px solid #fff;
}
.border-top
{
	border-top:2px solid #fff;

}
/*-------------------------------------------+
|                                            |
|               TEXT STYLES                  |
|                                            |
+-------------------------------------------*/
p
{
	color: #fff;
	background: #;
	margin-top:3em;
	margin-bottom:1em;
	margin:0px;
	padding: 0px;
	text-align:left;
	border-bottom:0px solid #000;
}

.nav-list {
	line-height: 24px;
	list-style-image:url("images/nav-yellow.png");
	margin-top:0px;
	margin-left:15px;
	padding-top:0px;
	padding-left:13px;
	list-style-type:square;
	border:0px;
	}

a {
	font-family:arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	}

a:hover {
	color: #999999;
	}


li a {
	font-family:arial, sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;

}

li a:hover {
	color: #fef3b0;
	font-weight: 900;
	font-size: 14px;
	text-decoration: none;
	list-style-type:square #FFF;

}


/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p:first-line{
	font-variant:small-caps;
	font-weight: 600;
}
/* Styles a drop cap on each paragraph with this class */
p:first-letter{
	float:left;
	color: #fff;
	font-weight: 900;
	font-size:2.1em;
	margin-top:-0.05em;
	margin-right:0.0em;
	margin-bottom:-0.4em;

/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	text-align:justify;
	text-justify:distribute-all-lines;
	margin-bottom:1.8em;
	margin-right:20px;
	margin-top:0.3em;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	text-align:justify;
	text-justify:distribute-all-lines;
	margin-bottom:1.8em;
	margin-left:20px;
	margin-top:0.3em;
}