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

body {
	padding:0;
	margin:0;
	background-image:url(../images/sud2/bg.jpg);
	background-color:#FFFFFF;
	color:#dedbbb;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
}

img {
	border:0;
}

#head {
	background-image:url(../images/sud2/bg-head.jpg);
	background-repeat:repeat-x;
	background-color:#6b3e3e;
	width:100%;
	height:464px;
	overflow:hidden;
}

#head p {
	padding:0;
	margin:0;
}

#nav {
	height: 100px;
	overflow:hidden;
	margin-left: 49px;
}

#nav a {
	float:left;
	display:block;
	text-indent:-9999em;
	margin:0;
}

#nav a:hover {
	background-position: 0 -75px;
}

a.Homepage {
	width: 117px;
	height: 75px;
	background-image:url(../images/sud2/btn_Homepage.jpg);
}

a.Profile {
	width: 117px;
	height: 75px;
	background-image:url(../images/sud2/btn_Profile.jpg);
}

a.Menu {
	width: 117px;
	height: 75px;
	background-image:url(../images/sud2/btn_TheMenu.jpg);
}

a.Functions {
	width: 117px;
	height: 75px;
	background-image:url(../images/sud2/btn_Functions.jpg);
}

a.NewsEvents {
	width: 117px;
	height: 75px;
	background-image:url(../images/sud2/btn_NewsEvents.jpg);
}

a.ContactUs {
	width: 117px;
	height: 75px;
	background-image:url(../images/sud2/btn_ContactUs.jpg);
}

#content {
	width: 676px;
	background-image: url(../images/sud2/bg-content.jpg);
	background-repeat:repeat;
	margin:0;
	padding: 45px 45px 100px 49px;
}

#contentLeft {
	width: 398px;
	padding-right: 60px;
	float:left;
}

#contentRight {
	width: 207px;
	float:left;
}

#contentRight p {
	margin:0;
	padding:0 0 20px 0;
}

h1 {
	font-size:20px;
	padding-bottom: 16px;
	margin:0;
	font-weight:lighter;
}

h2 {
	font-size:14px;
	padding-bottom: 14px;
	margin:0;
	font-weight:lighter;
}

p {
	font-size:17px;
	padding-bottom: 11px;
	margin:0;
	font-weight:lighter;
}

#contentLeft a {
	color: #dedbbb;
	text-decoration:none;
	border-bottom:1px dotted #dedbbb;
}

#contentLeft a:hover {
	border-bottom: 1px dotted #FFF;
}

#white {
	color:#fff;
}

#clear {
	clear:both;
}

#footer {
	background-color:#1f1414;
	width: 100%;
	height: 130px;
	margin:0;
	padding: 20px 0 0 49px;
}

#footer p {
	color: #8a7272;
	font-size:12px;
}

#footer a {
	color: #8a7272;
	text-decoration:none;
	border-bottom: 1px dotted #8a7272;
}

#footer a:hover {
	color: #8a7272;
	text-decoration:none;
	border-bottom: 1px dotted #FFF;
	line-height:110%;
}