/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* COLORS */


/*
new dark blue 1c2f73


*/

body {
	margin: 0;
	padding: 0;
	background: #1c2f73;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table, td {
border:0;
padding:0;
border-spacing:0;
border-collapse:collapse;	
}
td {
vertical-align:top;	
}
h1, h2, h3 {
color: #1c2f73;
}
#colTwo h1 {
font-size: 1.9em;
}
#colTwo h2 {
	font-size: 1.6em;
}

#colTwo h3 {
	margin: 0 0 8px 0;
	font-size: 1.3em;
}
#colTwo h4 {
font-size:1.2em;	
}


#colOne h2 {
	font-size: 1.6em;
}

#colOne h3 {
	margin: 0;
	font-size: 1em;
}



p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}
a:visited {
	color: #21763b;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(/images/img1.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #1c2f73 url(/images/img2.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #1c2f73;
}

#menu a:hover, #menu .active a {
	background: url(/images/img3.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(/images/img4.gif);
}

table.photos {
width:98%;
margin: 4px auto;	
}
table.photos td {
padding: 3px;	
}
table.photos td img {
margin: 2px auto;
display:block;	
}
table.photos td div {
width:160px;
margin: 1px auto;
float:none;	
line-height:1.2;
text-align:center;
}
a:link img {
border:0;
border-width:0 !important;
text-decoration:none;	
}
table.photos td a:link {
text-decoration:none;
border:0;	
}


.why strong {
/*font-size:14px;*/
}

#colTwo li {
margin-bottom:.5em;	
}


/* right div */
#colOne {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
	font-size:12px;
}

#colTwo {
	float: right;
	width: 360px;
	padding: 20px 10px 0 10px;
	font-size:13px;
}

#colThree {
	float: right;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
/*	background: url(/images/img6.gif) repeat-x;*/
	font-size: smaller;
}

#footer * {
	color: #666666;
}

#header {
border-top:4px solid #f3e074;	
border-right:4px solid #f3e074;	
border-left:4px solid #f3e074;	
}
#menu {
/*border-top:4px solid #f3e074;	*/
border-right:4px solid #f3e074;	
border-left:4px solid #f3e074;	
}
#content {
/*border-top:4px solid #f3e074;	*/
border-right:4px solid #f3e074;	
border-left:4px solid #f3e074;	
border-bottom:4px solid #f3e074;	
}


