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



body {
	font: 100%/1.4 Trebuchet MS, Arial, Helvetica, sans-serif;;
	background: #EDEDED;
	margin: 0;
	padding: 0;
	color: #FFF;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding-left: 15px; font-size: 80%;
}
ul, li {margin-left:5px;
padding-left: 5px;}

h1 {font-size:150%;
	color:#666;
	padding-left:0;}
.dark {color: #333;font-size:120%;}
.dark12 {color: #333;
font-size:12px;
line-height:18px;
margin:0;
padding:0;}
.dark14 {color: #333;
font-size:14px;
margin:0;
padding:0;}
p.header{
	margin-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-align:center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;;letter-spacing:1px;
}
p.center {margin:0;
color:white;
text-align:center;
font-size:12px;
}
a img { 
	border: none;
}
a:link {
	color:#66C;
	text-decoration: underline;
}
a:visited {
	color: #666;	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#339;
	
}

a.menu:link {
	color: #EDEDED;
	text-decoration: none;
}
a.menu:visited {
	color: #EDEDED;
	text-decoration: none;
}
a.menu:hover, active,focus {
	text-decoration: none;
	color: #CCFFCC;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1100px;
	background: #999;
	margin: 0 auto;
	margin-top:10px; /* the auto value on the sides, coupled with the width, centers the layout */
}

.header {
	background: #999;
	width: 100%;
}

.content {

	width: 100%;
	height: 500px;
	background: #CCC;
	float:left;
	text-align:left;
}

.content1 {

	width: 25%;
	height: 400px;
	background: #666;
	float:left;
	text-align:center;
}
.content2 {

	width: 25%;
	height: 400px;
	background: #CCC;
	float:left;
	text-align:center;
}
.content3 {

	width: 25%;
	height: 400px;
	background: #666;
	float:left;
	text-align:center;
}
.content4 {

	width: 25%;
	height: 400px;
	background: #CCC;
	float:left;
	text-align:center;
}

.fb-like {
	width:100%;
	float:center;
	background:#EDEDED;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;

}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
