/* Design by Loren Goldenberg-Kosbab */
/*    http://www.ipyramidia.com      */
/*       All Rights Reserved         */
/*         Copyright 2008            */
/*************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002C53;
	background: #7BB1DD url('images/bg.gif') center repeat-y;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
}

h2 {
}

h3 { font-style: italic;
font-weight: normal;
font-size: 12pt;

}

p{ 

padding: 10px 30px 0px 25px;
}

table {align:center}

td {font-family: Georgia, Arial, Helvetica, sans-serif;
color: #ffffff;
text-align:left;
}

tr {}

blockquote ul{ 
list-style: none;
padding: 0;
margin:0;
}


blockquote {
max-width: 600px;
background:#7BB1DD url(images/rs_middle.gif) right repeat-y; 
margin-left:12px;
font-family: Georgia, Arial, Helvetica, sans-serif;
color: #ffffff;
    }
    
blockquote::before {
    display: block;
    line-height: 0;
    background: url(images/rs_top.gif) top right no-repeat;
    content: url(images/ls_top.gif) }

blockquote::after {
    display: block;
    line-height: 0;
    background: url(images/rs_bottom.gif) bottom right no-repeat;
    content: url(images/ls_bottom.gif) }


    
    
a {
	color: #3176AA;
	font-weight: strong;
}

a:hover {
	text-decoration: none;
	color:#002C53;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	float: 0 0 0 15px;
}

/* Header */

#header {
	width: 770px;
	height: 259px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/img1.jpg);

}

#header h1, #header h2 {
	float: left;
	font-weight: normal;
}

#header h1 {
	padding: 14px 0 0 180px;
	letter-spacing: 4px;
	font-size: 30px;
}

#header h2 {
	padding: 31px 0 0 10px;
	letter-spacing: 3px;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #90210A;
}

#page {
	width: 770px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 525px;
	padding: 10px 30px 10px 10px;
	text-align: justify;
	background:#ffffff url(images/img5.gif) no-repeat;
}

#content .post {
}

#content .post h2 {
    margin-top: 20px;
	margin-bottom: 1em;
	text-transform: none;
	font-weight: normal;
	color: #002C53;
}

#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#content .post p,  #content .post ul, #content .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content .post ul, #content .post ol {
	margin-left: 3em;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	padding: 15px;
	background: url(images/img3.gif) no-repeat;

	
}

.boxed {
	font-family: Georgia, sans-serif;

}

.boxed h3 {
	margin: 0;
	padding-left: 10px;
	background: url(images/img6.gif) no-repeat left bottom;
	font-size: 92%;
	color: #3B5D7B;
	text-align: right;

}

.boxed .list {
	background: url(images/img7.gif) repeat-x;
	list-style: none;

}

.boxed .list li {
	padding: 10px 0 15px 0;
	background: url(images/img7.gif) repeat-x left bottom;	
	
}

.boxed .list h3 {
	font-size: 77%;
}

/* Menu */

#menu {font-size: 120%;
}

#menu ul {
	list-style: none;
	background: url(images/img7.gif) repeat-x;
}

#menu li {
	padding: 5px 0;
	background: url(images/img7.gif) repeat-x left bottom;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color:#002C53;
	
}

/* Footer */

#footer {
float:left;
	width: 750px;
	margin-left: 10px;
	padding: 10px 0px 0px 0px;
	font-size: 95%;
	
	
}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
	text-align: center;
	color: #545454;
}