/* CSS Document */

body {
	background-image:url(images/back_img.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: normal;
	}
		
p	{
	font: 9pt tahoma;
	line-height: 14px;
	color:#3BBBC9;
	}

h1	{
	font: normal 9pt tahoma;
	color:#fff;
	}
	
h2 { 
	font:normal 12pt georgia;
	line-height:17px;
	color:#fff;
	}

h3{
	font: normal 15pt georgia;
	line-height: 22px;
	color:#3BBBC9;
	}

h4 { 
	font: normal 11pt tahoma;
	line-height:17px;
	color:#3BBBC9;
	}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration: none;}
a:active {color: #2b2c2e;text-decoration: none;}

.blue { color:#3BBBC9;}
.blue:link {color: #3BBBC9;}
.blue:hover {color: #3BBBC9; background-color:#ccc;}
.blue:visited {text-decoration: none;}

.white { color:#fff; text-decoration: none;}
.white:link {color: #fff;text-decoration: underline;}
.white:hover {color: #3BBBC9; background:#fff ;}
.white:visited {text-decoration:none;}

#container { 
			width:782px;
			height:auto;
			float: center;
			background-color:#fff;
			margin: 0 auto 0 auto;
			margin-top: 0px;
			padding:5px 5px 2px 5px;
			}
#header { 
		width: auto;
		height: auto;
		float: left;
		background-color:#3BBBC9;
		margin-bottom: 5px;
		}
		

#navigation	{
			width:130px;
			height: auto;
			padding: 3px;
			float: left;
			clear: left;
			text-align: left;
			/*background-color:#445869;*/
			}
			
#content_holder {
				width:782px;
				height:auto;
				float: left;
				clear: left;
				}
				
#logo_container	{
				  width:150px;
				  height: 200px;
				  float:left;
				  margin-left:20px;
				  background-color:#fff;
				  }

#content_1 {
			width: 280px;
			height: auto;
			padding: 5px;
			float: left;
			/*background-color:#3BBBC9;*/
			text-align: left;
			margin:0 5px  ;
			border-right: 1px solid #3BBBC9;
			border-left: 1px solid #3BBBC9;
			}

#content_2 {
			width: auto;
			height: auto;
			padding: 3px;
			float: left;
			background-color:#3BBBC9;
			text-align: left;
			margin-right: 5px;
			}

#content_3{
			width: auto;
			height: auto;
			padding: 3px;
			float: right;
			text-align: left;
			border-left: 1px solid #3BBBC9;
			background-color: #3BBBC9;
			}

#footer { 
		width: auto;
		height: auto;
		clear: both;
		background-color:#3BBBC9;
		text-align: right;
		padding-right:2px;
		margin-top:2px;
		}

.image_home {background-image:url(images/home_img.jpg)}
.thumbnails {padding: 3px;}
		