/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}


body {
	background-color: rgb(179,3,3);
	color: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
}


h1 {
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 10px;
}

h3 {
  margin-bottom: 5px;
  margin-top: 20px;
}



p {
  margin-bottom: 10px;
}

li {
  margin-left: 30px;
  margin-bottom: 5px;  
}


a {
  color: rgb(255,204,255);
}

a:hover {
  color: black;
}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: rgb(179,3,3);
	margin: 0 auto;
	width: 951px;
}

.outer-container {
	background: rgb(179,3,3);
	padding-bottom: 20px;
}

/* headere & title */
.header {
	background: rgb(179,3,3);
	height: 202px;
	text-align: center;
}

/* main */
.main {
  background: url(images/background-line.jpg) repeat-y;
	background-color: rgb(179,3,3);
}

/* content */
.content {
	float: right;
	width: 951px;
}

#sidebar {
	float: left;
	width: 179px;
	margin-left: 7px;
	padding: 20px 5px 0px 5px;
	text-align: center;
	_margin-left: 4px;
	_padding: 20px 5px 0px 1px;
}

#main-content {
	float: left;
	width: 707px;
	margin-left: 1px;
	padding: 20px 20px 50px 20px;
}

#sidebar ul {
  list-style-type: none;
}

#sidebar li {
	height: 20px;
	width: 160px;
	background-color: rgb(254,197,4);
	margin-bottom: 8px;
	margin-left: 5px;
	text-align: center;
	color: black;
	padding: 4px 5px 0px 5px;
	font-weight: bold;
}

#sidebar li a {
	color: black;
	text-decoration: none;
}

#sidebar li a:hover{
	color: rgb(179,3,3);
}


#sidebar img {
	border: 0px;
}

#footer {
	width: 951px;
	height: 29px;
	background: url(images/footer.jpg) no-repeat;
	text-align: center;
	padding-top: 15px;
}

.img-text {
  float: left;
  margin-right: 20px;
  padding-top: 3px;
}

.img-text-fr {
  float: right;
  margin-left: 20px;
  border: 10px solid white;
}
.img-text-fr-left {
  float: left;
  margin-right: 20px;
  border: 10px solid white;
}
