* {
	margin: 0px;
	padding: 0px;
}
body {
	/*background-image: url(img/background.jpg);
	background-repeat: no-repeat;*/
	background-color:#F6F6F6;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 13px;
}

ul {
	margin-left: 40px;
}
ul li {
	list-style-image: url(img/bullet.gif);	
}
h1 {
	font-size: 16px;
	color: #0095b3;
	line-height: 30px;
	padding-top:10px;
	margin-bottom:10px;
}

h2 {
	font-size: 14px;
	line-height: 28px;
	padding-left: 20px;
	color: #a60a3d;

}
strong {
	line-height: 50px;
}

p{
	text-align:justify;
	line-height:16px;
	margin-bottom:8px;
}


/****************************************************************************/
/* MAIN                                                                     */
/****************************************************************************/

#main {
	width: 850px;
	margin-left: 75px;
	margin-bottom:20px;
	background-repeat: repeat-y;
	background-image: url(img/bgShadow.png);
}

/****************************************************************************/
/* MENU                                                                     */
/****************************************************************************/
#menu{
	background-image: url(img/menu.png);
	height: 49px;
	line-height: 49px;
	background-repeat: no-repeat;
}

#menu ol {
	padding-left:50px;
}

#menu ol li {
	list-style-type: none;
	float: left;
	text-align: center;
	padding-right: 16px;
	padding-left: 16px;
}

ol a{
	text-decoration: none;
	font-weight: bold;
	color: #0095b3;
}

ol a:visited{
	text-decoration: none;
	color: #0095b3;
}
ol a:hover{
	text-decoration: none;
	color: #a60a3d;
}
ol a.selected{
	text-decoration: none;
	color: #a60a3d;
}

#menu select {
	float:right;
	margin-right: 35px;
	margin-top:15px;
	width:100px;
}


/****************************************************************************/
/* CONTENT                                                                  */
/****************************************************************************/
#content {
	padding:0px 13px 0px 10px;
	clear: both;
}

/****************************************************************************/
/* FOOTER                                                                   */
/****************************************************************************/
#footer {
	clear: both;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	height: 49px;
	line-height:21px;
	text-align: center;
	padding:0px 15px;
	font-size:11px;
}

/****************************************************************************/
/* BOX                                                                      */
/****************************************************************************/
.box {
	width: 250px;
	margin: 8px;
	padding: 0px;
}
.box img   {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

.box h2 {
	background-image: url(img/box.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.box p {
	background-image: url(img/box.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
}

.box a {
	background-image: url(img/button.gif);
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	line-height: 30px;
	text-decoration: none;
	color: #333;
	text-align: center;
	margin-top: 5px;
	margin-left: 50px;
}

.box a:hover {
	background-position:bottom;
}

.text{
	padding:0px 15px;
}

.colRight{
	float:left;
	margin-right:20px;
}

#contact {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 20px;
}

.photo {
	float: right;
	margin-left:15px;
}

.button {
	background-image: url(img/button.gif);
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	line-height: 30px;
	text-decoration: none;
	color: #333;
	text-align: center;
}

.button:hover{
	background-position:bottom;
}


