body {
	width: 100%;
	color: #303030;
	text-align: left;
	background-color: #fff;
	font-family: "Ubuntu", Arial;
}
* {
	margin:auto;
	padding:0;
}
img {
	border: none;
}
.shadowbox {
	text-align:center;
	margin:0;
	height:28px
}
.shadow {
	width:100%;
	height:28px;
	margin:0
}


/* CONTENT */
#content {
	margin: 0 auto;
}
#content img {
	margin: 7px;
	border: 3px solid #f4f4f4;
}
#content a {
	color:#071931;
	text-decoration:underline;
}
.link ul {
	margin-top: 0px;
}
.link li {
	font-size:100%;
	font-size: medium;
	text-align: left;
	border-bottom: 1px dotted #071931;
}
.link a {
	font-size:100%;
	font-size: medium;
	color: #071931;
	display:block;
	padding: 10px;
	background-color:#f4f4f4;
	text-decoration:none;
}
.link a:hover {
	font-size:100%;
	font-size: medium;
	display:block;
	color:#FFFFFF;
	background-color:#071931;
	padding: 10px;
}
.link_img li {
	font-size: medium;
	text-align: left;
	border-bottom: 1px dotted #071931;
	padding:10px 0;
}
.link_img a {
	font-size: medium;
	color: #008bd0;
	display:block;
	padding: 10px;
}
.link_img a:hover {
	display:block;
	color:#FFFFFF;
	background-color:#008bd0;
	padding: 0 10px;
}
.link_img img {
	margin-right: 10px;
}
/* FOOTER */
#social {
	clear: left;
	overflow: auto;
	position: relative;
	font-size:100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;
}
#social img {
	padding: 0 5px;
}
#footer {
	clear:left;
	position: relative;
	border-top: 5px solid #071931;
	overflow: auto;
	text-align: center;
}
#footer p {
	margin-top: 15px;
	font-size:12px;
}
#footer a {
	color:#071931;
	text-decoration:underline;
	font-weight:bold;
}

/* Menu */

#menu {
	width: 350px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 40px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}
