@charset "UTF-8";
/* CSS Document */

/*Common Tags*/

body {
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:14px;
	color:white;
	margin-top:30px;
}
p {
	font-size:14px;
	margin-top:0px;
}
a {
	background-color:black;
	background-position:top;
	color:white;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}
hr {
	clear:both;
	background-image:url(Assets/Layout/hrBkg-01.png);
	background-repeat:no-repeat;
	width:111px;
	height:31px;
	border:none;
	margin-left:auto;
	margin-right:auto;
}
a:hover {
	background-color:white;
	background-position:top;
	color:black;
	padding-left:2px;
	padding-right:2px;
	text-decoration:underline;
}
h2 {
	font-size:130%;
	margin-top:16px;
}
/* Layout */

#shell {
	background-image:url(Assets/Layout/bkg01.jpg);
	width:1024px;
	height:920px;
	padding-top:60px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#headerIndex {
	width:760px;
	height:116px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#menuIndex {
	width:760px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#fotoIndex {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	clear:left;
	background-image:url(Assets/Layout/darkTealBkg70.png);
	background-repeat:repeat;
	width:960px;
	height:32px;
	margin-right:auto;
	margin-left:auto;
	margin-top:60px;
	padding-top:12px;
}
#footer p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#footer a:hover {
	background-color:white;
	background-position:top;
	color:black;
	text-decoration:underline;
}
