/*Reset start*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
font-family:Georgia, times;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p{
font-family:Georgia, times;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
	color:#789499;
	padding:0;
	margin:0;
}
a:hover{
	text-decoration:underline;
	color:#333333;
}
/*Reset end*/

/*This is a background hack to have two different background images	*/	
		/* Clear margins and padding, a good start to any CSS */
		* {margin:0;padding:0;}
		html {
		background:url(images/bg.jpg) repeat-x #386169;
		height:100%;
		}
		body {
		background-image: url(images/flowertop.png);
background-repeat:no-repeat;
background-position:top left;
		margin:0;
		padding:0;
		height:100%;
		}
		html>body {
		min-height:100%;
		height:auto;
		}
/*End of background hack*/


/*Start of layout*/
body{
	font-family:Georgia, times;
	font-size:12pt;
	line-height:15pt;
	color:#555555;
}
p{
	padding-bottom:20px;
font-family:Georgia, times;
}
#flowerbottom{
	background: url(images/flowerbottom.png) no-repeat ;
	width:262px;
	height:458px;
	position:fixed;
    bottom:0%;
    right:0%;
z-index:-1;
}
#container{
	margin:0 auto;
	width:778px;
	overflow:visible;
}
#logo{
	width:404px;
	height:40px;
	padding-top:30px;
	margin-bottom:20px;
}
#navigation{
	width:636px;
	height:43px;
	margin:0 auto;
	background: url(images/navigation.png) no-repeat ;
	margin-bottom:20px;
}
#nav{
	padding-top:12px;
	padding-left:13px;
}
#nav li{
	display:inline;
	float:left;
}
#nav li a{
	display:inline;
	float:left;
	margin-right:5px;
	font-size:10pt;
	width:auto;
	padding-left:7px;
	padding-right:7px;
}
#nav a{
	color:white;
}
#nav .active  {
	background-color:white;
	color:#3c656d;
}
#contenttop{
	background: url(images/contenttop.png) no-repeat ;
	height:33px;
	width:778px;
}
#contentbottom{
	background: url(images/contentbottom.png) no-repeat ;
	height:32px;
	width:778px;
}
#content{
	width:778px;
	height:auto;
	overflow:visible;
	background: url(images/content.png) repeat-y ;
}
#left{
	float:left;
	width:520px;
	padding-left:30px;
	margin-top:50px;
	margin-bottom:20px;
	padding-right:20px;
}
#right{
	float:left;
	width:135px;
	min-height:267px;
	height:auto !important;
	height:267px;
	background: url(images/side.png) no-repeat  ;
	padding-left:27px;
	margin-top:50px;
}
#footer{
	clear:both;
	width:570px;
	padding-left:30px;
	margin-top:30px;
	padding-bottom:30px;
}
#navfooter li {
	float:left;
	display:inline;
	font-size:8pt;
	padding-right:4pt;
	color:#789499;
}
.input{
	border:1px solid #DCDCDC;
	width:140px;
	height:15px;
	color:#777777;
	background-color:#E6E6FA;
	padding:7px;
margin-bottom:4px;
}
.button{
	margin-top:4px;
	float:right;
	border:1px solid #DCDCDC;
	width:70px;
	height:28px;
	color:#777777;
	background-color:#E6E6FA;
cursor:hand;
}
.break{
	width:160px;
	height:1px;
	margin-top:20px;
	background-color:#DCDCDC;
	float:center;
}

h1{
	font-family: georgia, times;
	font-size:18pt;
	color:#3c656d;
	font-weight:normal;
	margin-bottom:30px;
}
h3{
	font-family: georgia, times;
	font-size:15pt;
	color:#777777;
	font-weight:normal;
	margin-bottom:30px;
}
small{
	font-size:8pt;
}
#right p{
	font-size:10pt;
}
/*Sociable styling*/
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #aaa; 
	border-bottom: 1px solid #aaa; 
	background: #c9d6cc; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

p
{
font-family:"Times New Roman",Georgia,Serif;
}