body {
	margin: 10px 0;
	padding: 0;
	background: #F2F2F2;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #B13413;
}

h1 {
	font-size: 1.6em;
}


h2 {
	font-size: 1.2em;
	border-bottom: 1px dotted #B13413;

}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

ul li  {

     	list-style-image: url(image/button.gif);
	
}



a:link {
	text-decoration: none;
	color: #0CB0FE;
}

a:hover {
	text-decoration: underline;
	color: #3391BE;
}


a:visited {   
	color: #3391BE;
	text-decoration: none;

}


img {
	border: none;
}

.small {
	font-size: 0.8em;
	text-align: justify;
	font-weight:bold;
}


/* Header */

#header {
	width: 700px;
	height: 135px;
	margin: 0 auto;
	background: url(image/header.jpg) no-repeat;
	border-left: 1px solid #3391BE;
	border-top: 1px solid #3391BE;
	border-right: 1px solid #3391BE;
	
}

#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: #37AEF2 url(image/menu.jpg);
	border-left: 1px solid #3391BE;
	border-right: 1px solid #3391BE;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 16px 0 16px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(image/menu_hover.jpg);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(image/content.gif);
	border-left: 1px solid #3391BE;
	border-right: 1px solid #3391BE;

}

#colOne {
	float: right;
	width: 160px;
	padding: 20px 12px 0 10px;

}

#colOne img{
	margin: 4px 10px 0 0;
}


#counter img{
	margin: 1px 2px 0 0;
	border:1px solid #B13413;
}

#colOne h2{
	padding-left: 10px;
}

.frame  {
	border:1px solid #B13413;
}

#colTwo {
	float: right;
	width: 480px;
	padding: 20px 12px 0 0;
}

#colTwo img{
	border:1px solid #B13413;
}

#contact fieldset
	{ 
	width: 445px;
	display:block; 
	border: 1px solid #EEF7FC;
	padding: 10px;
	text-align:left;
} 

#contact label 
	{ 
	float: left; 
	display:block;
	width: 220px; 
	margin-bottom: 2px;
} 

#contact input,textarea
	{ 
	border: 1px solid #3391BE; 
	width: 210px; 
	background: #FFFFFF;
	margin-bottom: 10px;
} 

#contact input.antispam
	{ 
	width: 40px; 
}

#contact select.date
	{ 
	width: 65px; 
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-right: 5px; 
}

#contact select.time
	{ 
	width: 138px; 
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-right: 5px; 
}
#contact input.button 
	{
	background: #FFFFFF;
	border: 1px solid #3391BE;
	color: #3391BE; 
	font-weight:bold;
	font-size: 85%;
	text-align:center;
	cursor: pointer;
	padding:1px;
	height: 20px;
	margin-top: 2px;
	margin-left:30px;
	width: 60px;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(image/footer.gif) repeat-x;
	font-size: smaller;
	text-align:center;
}

#footer * {
	color: #666666;
}
