
body {
background: #181818 url(images/wrapper-background.png) repeat;
font-family: Georgia, Helvetica;
font-size: 13 px;
color: #000000;

}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	font-family: 'Georgia';
	font-weight: 400;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin-top: -11px;
	line-height: 150%;
     }

ul, ol {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 1px solid #014fd0;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 135px;
}

#header {
	width: 1260px;
	height: 340px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 980px;
	height: 90px;
	margin: 0px auto;
	padding: 25px 65px 20px 0px;
	color: #0616ec;
}

#logo h1, #logo p {
	display: block;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
}

#logo h1 {
	letter-spacing: -2px;
	text-align: center;
	text-transform: none;
	font-size: 60px;
	color: #00008B;
}

#logo h1 a {
	color: #100187;
}

#logo p {
	margin-top: -25px;
	text-align: center;
	font-family: 'Georgia';
	font-size: 25px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #100187;
}

/* Search */

#search {
	float: right;
	width: 380px;
	height: 200px;
	padding: 0;
}

#search form {
	height: 51px;
	margin: 0;
	padding: 60px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 295px;
	padding: 6px 10px;
	border: none;
	background: #FFFFFF;
	text-transform: none;
	font: normal 11px Georgia, Helvetica;
	color: #000000;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 1040px;
	height: 60px;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
      background: #0d062a url(images/menu-wrapper-bg1.png) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 1px;
text-transform:uppercase;
}

#menu a {
	display: block;
	float: left;
	height: 45px;
	margin: 0px;
	padding: 0px 30px 0px 30px;
	line-height: 60px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform:none;
	text-shadow: 2px 2px 2px none;
	font-family: 'Georgia', sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #000000;
	border: none;
}

#menu .current_page_item a {
	text-shadow: 2px 2px 2px #00008B;
	background: #00008B;
}

#menu a:hover {
	background: ;
	text-decoration: underline;
	text-shadow: 2px 2px 2px none;
	color: #000000;
}

/* Page */

#page {
	width: 1125px;
	margin: 0px auto;
	padding: 0px;

}

/* Content */

#content {
      float: right;
	width: 800px;
	padding: 30px 30px 10px 30px;
	background: none url(images/content-bg-bottom.png) no-repeat left bottom;

}

.post {
	clear: both;
	padding-bottom: 5px;

}

.post .title {
	padding-top: 0px;
	letter-spacing: -1px;
	text-transform: none;
	font-size: 16px;
}

.post .title a {
	border: none;
	color: #000000;
}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Georgia, Helvetica;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: none;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar-bg {
     background-attachment: fixed;
	float: left;
	width: 210px;
	background: url(images/sidebar-shadow-bg.png) repeat-y left top;

}

#sidebar {
	overflow: hidden;
	width: 170px;
	padding: 20px 30px 20px 20px;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
     	margin: 0px 0px;
	padding-bottom: 15px;
}

#sidebar li li {
	padding-left: 10px;
	line-height: 25px;
	background: url(images/img01.gif) no-repeat left 5px;
	font-size: 17px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: Georgia;
}

#sidebar h2 {
	height: 30px;
	margin-bottom: 20px;
	padding: 11px 0 0 0px;
	border-bottom: 7px solid #808080;
	letter-spacing: -1px;
	font-size: 23px;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: left;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 650px;
	height: 100px;
	margin: 0px auto;
	padding-left: 330px;
}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	letter-spacing: -1px;
	text-align: left;
	text-shadow: 1px 1px 1px #050505;
	text-transform: none;
	font-family: 'Georgia', sans-serif;
	font-size: 20px;
	color: #525050;
}

#footer a {
	text-decoration: underline;
	color: #000000;
}

#slider {
	position: relative;
	width: 590px;
	margin: 0px auto 20px auto;
}

#slider .viewer {
	width: 590px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}

#slider .viewer .reel {
	display: none;
	height: 400px;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 590px;
	height: 400px;
}
.main-section {
padding-top:20px;
background-color:#FFF;
margin:0px auto;
}

#gallery .frame:hover{-moz-transform: rotate(-4deg);-webkit-transform: rotate(-4deg);}
#gallery br {margin-bottom:100px;}
