@charset "utf-8";
/*-----------------------*/
/* Basic settings 
/*-----------------------*/
body {
	background-color: #72202C;
	margin:0px;
}

div {
	font-family: Monotype Corsiva;
	font-size: 14pt;
	color: #000000;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #C4C4C4;
	font-size: 15pt;
}

a:hover {
	text-decoration: none;
	color: #72202C;	
}

a.sign {
	font-size: 7pt;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

/*-----------------------*/
/* Build the Site 
/*-----------------------*/
.site_container {
	width: 798px;
	border: solid 1px #000000;
	margin: 0px auto;
	padding: 0px;
	background-color: #333333;
}

.header {
	height: 130px;
	padding: 0px;
	margin: 0px;
}

.header1 {
	width: 100%;
	background-image: url("images/bg_header.gif");
	background-repeat: repeat-x;
	height: 15px;
	margin-top: 0px auto;
	color: #FFFFFF;
}

.body_container {
	width: 100%;
}


/** Site Shadow **/
.shadow_container {
	width: 810px;
	margin: 0 auto;
	background-image: url(images/shadow_sides.png);
	background-repeat: repeat-y;
	
}

.shadow_bottom {
	width: 810px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.shadow_top {
	width: 810px;
	margin: 0 auto;
	margin-top: 20px;
}



/*-----------------------*/
/* Navigation 
/*-----------------------*/
div#navi {
	width: 252px;
	
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-right:10px;
	float: left;
	border-bottom: solid 1px #7c7c7c;
}

div#navi td {
	background-repeat: no-repeat;
}


div#navi table {
	border-bottom: solid 1px #7c7c7c;
	margin-bottom: 15px;
	margin-top: 15px;
}

#navi a {
	color: #000;
}

div#navi1 {
	width: 252px;
	background-image: url("images/bg_navi.gif");
	background-repeat: repeat-y;
	margin-left: 10px;
	float: left;
	border-bottom: solid 1px #7c7c7c;
	margin-top: 18px;
}

div#navi1 td {
	height: 20px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
}


div#navi1 table {
	border-top: solid 1px #7c7c7c;
	margin-bottom: 15px;
	margin-top: 15px;
}

#navi1 a {
	color: #000;
}





div#tab {
	width: 460px;
}

div#nav td {
	height: 45px;
	background-image: url("images/tab_bg.png");
}

div#nav td:hover {
	background-image: url("images/tab_bg_hover.png");
}

.img {
        height: 260px;
        width: 350px;
        background-image:url("images/Foto001.jpg");
	text-align: center;
	color: #C4C4C4;
	font-weight: bold;
	font-size: 18pt;
	border: dashed 1px #333333;
}



/*-----------------------*/
/* Content 
/*-----------------------*/
.content_container {
	width: 720px;
	background-image: url("images/bg_content_.gif");
	background-repeat: repeat-y;
	margin-left: 39px;
}


.content {
	width: 700px;
	padding: 3px 10px;
	min-height: 300px;	
}


/*-----------------------*/
/* Footer 
/*-----------------------*/
.footer {
	width: 100%;
	background-image: url("images/bg_footer.gif");
	background-repeat: repeat-x;
	height: 15px;
	margin-top: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 6pt;
	font-family: Arial;
}