body 
{
        text-align: center;
        padding: 10px 0;
        margin: 0;
		background: lightgray;
}

.img
{
		text-align: center;
		margin-bottom: 0;
}

.img_desc1
{
		color: black;
		font-style: italic;
		margin: 0;
		text-align: center;
}

.img_desc2
{
		color: black;
		font-style: italic;
		font-size: 10px;
		margin: 0;
		text-align: center;
}

#main
{
        text-align: left;
        width: 900px;
        margin: 0 auto;
        background: #fff url(../images/backgrounds/bckg1.jpg) repeat;
}

#main #top
{
        clear: both;
        height: 80px;
		padding-bottom: 100px;
		background: lightgray;
		text-align: center;
}

#main #logo
{
       border: 2px solid #420c00;
	   height: 150px;
}

#main #middle
{
        border: 2px solid #420c00;
		float: left;
		clear: both;
}

#main #bottom 
{
        clear: both;
        border: 2px solid #420c00;
        border-top: none;
        background: beige;
        /*padding: 5px;*/
}

#main #left 
{
        width: 200px;
        float: left;
        padding: 5px;
		border-right: none;
}

#main #right 
{
        float: left;
        width: 674px;
		min-height: 360px;
        padding: 5px;
        border-left: 2px solid #420c00;
        margin: 0 0 0 0;
        background-color: GoldenRod;
		color: DarkGreen;
}

#main #right img
{
		border: 2px solid green;
}

#main #right a:link {color: midnightblue; text-decoration: none;}
#main #right a:visited {color: midnightblue; text-decoration: none;}
#main #right a:hover {color: Ivory; text-decoration: none;}
#main #right a:active {color: Ivory; text-decoration: none;}

#main h1
{
		color: darkblue;
		font-size: 26px;
		text-align: center;
		font-weight: bold;
		font-family: arial;
}

#main h2
{
		font-size: 20px;
}

#main #bottom a
{
        margin-left: 70px;
        margin-right: 120px;
        font-size: 14px;
}

#main #bottom a:link {color: sienna; text-decoration: none;}
#main #bottom a:visited {color: sienna; text-decoration: none;}
#main #bottom a:hover {color: tomato; text-decoration: none;}
#main #bottom a:active {color: tomato; text-decoration: none;}

#entry #title
{
        color: DarkTurquoise;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
}

#entry #date
{
        color: DarkTurquoise;
        text-align: right;
        font-size: 14px;
        margin: 0;
        margin-top: 20px;
        margin-bottom: -21px;
}

#entry #content
{
        color: LawnGreen;
        text-align: justify;
        font-size: 14px;
        margin: 10 10 0 0;
}

#entry #author
{
        color: gold;
        text-align: right;
        font-size: 16px;
        margin: 0;
        margin-bottom: 35px;
}

#entry a:link {color: fuchsia; text-decoration: none;}
#entry a:visited {color: fuchsia; text-decoration: none;}
#entry a:hover {color: lightyellow; text-decoration: none;}
#entry a:active {color: lightyellow; text-decoration: none;}

#main .comment_links a:link {color: DarkOrange; text-decoration: none;}
#main .comment_links a:visited {color: DarkOrange; text-decoration: none;}
#main .comment_links a:hover {color: GreenYellow; text-decoration: none;}
#main .comment_links a:active {color: GreenYellow; text-decoration: none;}

#main .comment_links
{
        margin-bottom: 20px;
}

#main .comments #date
{
        color: Cornsilk;
        text-align: right;
        margin: 0;
        margin-bottom: -19px;
        font-size: 12px;
}

#main .comments #author
{
        color: Cornsilk;
        text-align: center;
        font-weight: bold;
        margin: 0;
}

#main .comments #content
{
        color: Cornsilk;
        text-align: justify;
        margin-top: 10px;
        margin-bottom: 30px;
}


#main .comments #comment_pager
{
        text-align: center;
        font-size: 13px;
        color: white;
}

#main .comments #comment_pager a:link {color: white; text-decoration: none;}
#main .comments #comment_pager a:visited {color: white; text-decoration: none;}
#main .comments #comment_pager a:hover {color: yellow; text-decoration: none;}
#main .comments #comment_pager a:active {color: yellow; text-decoration: none;}
#main .comments #comment_pager #current {color: yellow; font-weight: bold;}

#main .error_list
{
	margin: 0;
	float: right;
	color: red;
}

#main .comment_form table
{

}

#main .comment_form label
{
	color: gold;
}

#main .comment_form .createButton
{
	border: 2px solid green;
	color:	red;
	margin-left: 120px;
}

#main .statcounter
{
	margin-top: 50px;
	text-align: center;
}

#main .disc
{
	font-weight: bold;
	color: red;
}