*
{
	margin: 0;
	padding: 0;
}
p
{
	margin:10px 0;
}

html, body 
{
	text-align: center;
	font-family: Arial, Times New Roman, sans-serif;
	background: #777;
}

#site-wrapper
{
	margin:0 auto;
	width:864px;
	background:#fff;
	text-align:left;
}

#header
{
	height:216px;
	background:url('assets/images/header-bg.jpg')
}

#header img
{
	float:left;
}

/***********************/
#nav
{
	height:22px;
	background:#feb700;
	font-size:15px;
	padding-top:5px;
	text-align:center;
        border-top:1px solid #0a38f9;
        border-bottom:1px solid #0a38f9;
}

#nav ul
{
	width:750px;
	list-style-type:none;
	margin-left:50px;
}

#nav li
{
	float:left;
	padding-left:25px;
}

#nav li a
{
	color:#0a38f9;
	text-decoration:none;
}

#nav li a:hover
{
	text-decoration:underline;
}

/***************************/

#home-content-wrapper
{
	width:864px;
	height:430px;
	background:url('assets/images/home-bg.jpg');
}


#footer
{
	height:22px;
	background:#4665bf;
	font-size:15px;
	padding:5px 0;
	text-align:center;
        border-top:3px solid #feb700;
}

#footer ul
{
	width:700px;
	list-style-type:none;
	margin:0 0px 0 120px;
}

#footer li
{
	float:left;
	padding-left:25px;
}

#footer li a
{
	color:#fff;
	text-decoration:none;
        font-size:11px;
}

#footer li a:hover
{
	text-decoration:underline;
}



/****************widget styles**********/
.wXbody {float:right; margin:20px;}


/***************inner pages*******************/
#content-wrapper
{
	width:824px;
	margin:20px;
	font-size:11px;
}

#left
{
	float:left;
	width:550px;
	font-size:11px;
}

#left table
{
	font-size:11px;
}
#left h1, #content-wrapper h1
{
	font-size:30px;
	color:#00aeef;
	margin:5px 0;
}

#left h2
{
	font-size:18px;
	color:#00aeef;
	margin:5px 0;
}

#left h3
{
	font-size:20px;
	color:#00aeef;
	font-weight:lighter;
	margin:5px 0;
}

#left li
{
	margin-left:20px;
}

a.black
{
        color:#000;
        font-size:11px;
        font-style:italic;
}
#left span, #content-wrapper span
{
	font-size:18px;
	color:#00aeef;
	font-weight:lighter;	
	margin:5px 0;
	font-style:italic;
}

.shifted
{
	margin-left:80px;
}

.shifted b
{
	font-size:15px;
	font-weight:bolder;
	color:#00aeef;
}
#right
{
	float:right;
	width:265px;
	text-align:right;
}

p.fixed-left
{
	float:left;
	width:550px;
}

img.right
{
	float:right;
	margin:10px 0;
}

p.fixed-right
{
	float:right;
	width:550px;
}

img.left
{
	float:left;
	margin:10px 0;
	width:246px;
}
/******* Photo Gallery ********/

table.gallery
{
	margin-left:100px;
}

table.gallery tr td h2
{
	color:#00aeef;
	float:left;
	margin-top:10px;
        font-size:15px;
}

img.bordered
{
        border:1px solid #000;
}
