.wrapper {
    width:763px;
    border-left:40px solid white;
    border-right:40px solid white;
    text-align:left;
    background-color: white;
    margin-top:0px;
}

body {
	background:url(../images/site_bg.jpg) repeat-x;
	background-color:#234c68;
    margin:0px 0px 0px 0px;
    font-size: 11px;
    height:100%;
    width:100%;
	font-size:12px;
	color:#555f6a;
	font-family:Arial, Helvetica, sans-serif;
 }
 
a:link,a:visited,a:active {
	color: #2e6d97;
	text-decoration: none;
}

a:hover {
	color: #64a4cf;
	text-decoration: underline;
}

h1 {
	color: #c32905;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	font-weight: normal;
	letter-spacing: -0.02em;
	margin-bottom: 4px;
	margin-top: 4px;
}

h2 {
	border-bottom-color: #cbcbcb;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #64a4cf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: -0.03em;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-bottom: 6px;
}

h3 {
	border-bottom-color: #cbcbcb;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #64a4cf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: -0.01em;
	margin-bottom: 15px;
	padding-bottom: 6px;
	width: 190px;
}

h4{
	border-bottom-color: #cbcbcb;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #64a4cf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: -0.01em;
	margin-bottom: 15px;
	padding-bottom: 6px;
	width: 100%;
}

p {
	font-size:1.2em;
	line-height:1.4em;
	text-align:left;
}

li {
	list-style-type:disc;
	font-size:1.2em;
	line-height:1.5em;
	text-align:left;
}

.header{
	height: 242px;
    margin-top:0px;
}

.navbar{
	background:url(../images/youngwarriorsfoundation.jpg) no-repeat;
	height: 51px;
	padding-top:140px;
}

.container{
	background:url(../images/body_bg.jpg) repeat-x;
	text-align: center;
	padding-top: 30px;
	min-height:500px;
}

.content{
	margin-left:131px;
	width:500px;
	text-align: left;
	line-height: 2em;
	text-align: justify;
}

.content_wide{
	margin-left:auto;
	margin-right:auto;
	width:680px;
	text-align: left;
}

.navlinks{
	width :100%;
}

.navlinks td{
	text-align: center;
}

.clearfix{
	clear:both;
}

ul{
	margin-left: 0px;
    line-height: 2em;
}

#navigation a{
	display: block;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	color:#334956;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:focus {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:underline;
}

#navigation{
	float:left;
	text-align:left;
    width:200px;
    top:450px;
    vertical-align:top;
    margin-left:20px;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-x;
    padding-bottom:10px;
	padding-top:10px;
	padding-left:6px;
	padding-right:6px;
   }

.resource_content{
    margin-left: 250px;
	text-align:left;
	vertical-align:top;
    padding-right:10px;
}

table .t_content{
	vertical-align:top;
}

#content_wrapper{
	width:100%;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:14px;
	background-color:#FFFFFF;
	text-align:right;
	padding-right:0px;
	padding-top:6px;
	height:30px;
	font-size:1em;
	color:#999999;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-top-style:solid;
}

