/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
padding:0;
margin:0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(images/fons_body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a{
	text-decoration:none;
	color: #336799;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#header{
	margin-top: 80px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-left: 4px;
}

#menu
{
height: 42px;
width: 443px;
padding-left: 50px;
background: url(images/menu.gif) no-repeat;
margin-left: 30px;
margin-bottom: 20px;
}

#menu ul li{
list-style: none;
display: inline;
}

#menu a
{
	display: block;
	padding: 10px;
	float: left;
	height: 42px;
	color: #ffffff;
	font-weight: bold;
}

#menu a:hover
{
display: block;
padding: 10px;
height: 42px;
float: left;
color: #ffffff;
background: url(images/menu_r.gif) repeat-x;
}

#main
{
	float: left;
	border: 5px solid #ffffff;
	width:860px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#wrapper{
	float: left;
	width:850px;
	background:#ffffff;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;

}

#logo h1
{
	font-size: 48px;
	padding-left: 20px;
	font-weight: bold;
	color: #2376A0;
	text-decoration: none;
}

#logo h2 a
{
font-size: 14px;
padding-left: 20px;
font-weight: bold;
color: #E6E6E6;
}


#text{
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#text p{
	padding:2px;
	margin: 2px;
}

h1, h2, h3{
	padding:5px;
	color:#FF6600;
	text-decoration: underline;
}

h1{
font-size:1.2em;
}

h2{
font-size:1.05em;
}

h3{
font-size:1em;
}

#text ul, ol{
padding-left:12px;
margin-left:12px;
}

.img{
	text-align:left;
	float: none;
	text-decoration: none;
	width: 180px;
}


.meta{
text-align:right;
color:#0066CB;
font-size:0.79em;
}

.meta a{
text-decoration:underline;
}

#footer{
	font-size:0.79em;
	text-align:center;
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footer a{
text-decoration:underline;
}


.title_point {
	border-bottom: 1px solid #CFCFCF;
	font-size: 12px;
	cursor: pointer;
	padding: 5px 15px 5px 10px;
	text-decoration:none;
}
