body {
	margin: 0;
	padding: 0;
	background: #ffffcc;
	font-size: 13px;
	color: #333333;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FF00FF;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #006600;
}

a:hover {
	text-decoration: none;
	color: #00000;
}

img
{  
    border-style: none;
}


/* Header */

#header {
	width: 920px;
	height: 230px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0;
	color: #006600;
}

#header h1 {
	padding-top: 100px;
}

#header a {
	color: #ff00ff;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #006600;
}

.line {
	margin: 0;
	border-bottom: 2px solid #006600;
}

.byline {
	margin: 0;
	color: #646464;
}
.red {
	margin: 0;
	color: #ff0000;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}
.boxright {
    height: 300px;
	margin: 4px;
	width: 170px;
	float: right;
	border-top: 1px dotted #0F0F0F;
	border-bottom: 1px dotted #0F0F0F;
	border-left: 1px dotted #0F0F0F;
	border-right: 1px dotted #0F0F0F;
}
.boxleft {
    height: 300px;
	margin: 4px;
	width: 170px;
	float: left;
	border-top: 1px dotted #0F0F0F;
	border-bottom: 1px dotted #0F0F0F;
	border-left: 1px dotted #0F0F0F;
	border-right: 1px dotted #0F0F0F;
}
.boxleftacross {
    height: 300px;
	margin: 4px;
	width: 500px;
	float: left;
	border-top: 1px dotted #0F0F0F;
	border-bottom: 1px dotted #0F0F0F;
	border-left: 1px dotted #0F0F0F;
	border-right: 1px dotted #0F0F0F;
}

.imageFloatLeft {
   float: left;
   margin:0 5px 5px 0;
   }
   
/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	position: fixed;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 10px 0;
}

#sidebar li li {
	padding-left: 20px;
	height: 40px;
	border-bottom: 1px dotted #006600;
	background: url(images/img02.gif) no-repeat 5px 50%; 
}

#sidebar h2 {
	margin: 0;
	height: 30px;
	padding: 8px 0px 10px 13px;
	background: url(images/img02.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}
#sidebar h2 a {
	background: url(images/img03.gif) no-repeat left 50%;
}

#sidebar a {
}

#sidebar a:hover {
	text-decoration: none;

#sidebar h3 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #006600;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}
img.floatLeft { 
    float: left; 
    margin: 0px; 
}
img.floatRight { 
    float: right; 
    margin: 0px; 
	display: inline;
}
.PinkLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006600;
}
.GREENLARGE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
.REDLARGE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}


