/* CSS Document */

body{
	font:75% Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	margin: 0;
	padding: 0;
}

#wrap{
	background:#FFF;
	width:800px;
	margin:auto;
	top: 0px;
	background-image: url(../images/rap_bg.jpg);
	vertical-align: top;
}

#main-content{

	width:450px;
	display:inline;
	float:left;
	margin-left:140px;

}

#sub-content{
	width:170px;
	float:left;
	margin-left:5px;
	border-color: #38564E;
	border-style: solid;
	border-width: 2px;
	padding: 0px;
	background-color: #FDFDFD;
}

#foot{
	clear:both;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 30px;
	padding-right: 28px;
}

#footer {
  text-align: center;
  border: #fc0 1px solid;
}

/* Image Formatting*/
img.imgLeft {
	margin: 3px;
	float: left;
	border-color: #38564E;
	border-style: solid;
	border-width: 1px;
}


img.imgRight {
	margin: 3px;
	float: right;
}

/* Text Formatting*/

.padding {
	padding: 3px;
}

h2.boxed {
	display: block;
	background-color: #38564E;
	color: #FFFFFF;
	padding-left: 3px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0;
	;
}

h3 {
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	margin-top: 2px;
}



/* Navigation*/

#navigations{
	width:120px;
	float:left;
	margin-left:-770px;
}


.buttonscontainer {
	margin-bottom: 20px;
}

.buttons ul {

list-style-type: none;
padding: 0;
margin: 0;

}

.buttons li{
	margin-bottom: 5px;
	margin-left: 6px;
}

.buttons a {

	display: block;
	color: #003300;
	background-color: #F3F2EC;
	padding: 2px 2px 2px 8px;
	border-left: 6px solid;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-left-color: #FFCC00;
	

}

.blockGreen a {
	border-left-color: #37554D;
}

.blockBlack a {
	border-left-color: #000000;
}

.buttons a:hover {
	border-left: 6px solid;
	text-decoration: none;
	color: #003300;
	border-left-color: #000000;
}

.blockBlack a:hover, .blockGreen a:hover {
	border-left-color: #FFCC00;
}
