
body
{
	background-color: white;
	font-family: arial;
	font-size: 12px;
}

#Container
{
	width: 780px;
	margin: 0px auto;
}

#TopPart
{
	width: 780px;
	height: 206px;
	float: left;
}

#Top_left
{
	background: url("img/logo.gif") top left no-repeat;
	width: 563px;
	height: 206px;
	float: left;
}


#Top_right
{
	background: url("img/head_right.gif") top left repeat-x;
	width: 217px;
	height: 201px;
	float: right;
	padding-top: 5px;
}

#Logo
{
	padding-left: 250px;
	padding-top: 15px;
}

.spicy
{
    color: #be2f35;
	font-family: Candara;
	font-size: 43px;
}

.blog
{
    color: #7a8e25;
	font-family: Candara;
	font-size: 43px;
}

.link
{
    color: #494a47;
	font-family: Candara;
	font-size: 14px;
	text-decoration: none;
	padding-left: 27px;
}

fieldset
{
	border: none;
	float: left;
	padding-left: 62px;
	padding-top: 5px;
}

input
{
	float: left;
	height: 15px;
	width: 125px;
}

.button
{
	float: right;
	background: url("img/search.gif") top left no-repeat;
	background-position: 5px 0px;
	width: 65px;
	height: 25px;
	border: none;
	padding-left: 8px;
	padding-top: 4px;
	color: white;
	font-size: 11px;
	margin-top: -22px;
	margin-right: 5px;
	margin-left: 5px;
}

*>.button
{
    float: left;
    margin-top: -4px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 5px;
    padding-top: 0px;
}

.button:hover
{
	text-decoration: underline;
}

#Welcome
{
	float: left;
	padding: 8px;
	padding-top: 5px;
	color: white;
}

h4
{
	font-size: 13px;
	line-height: 25px;
}

p
{
	text-align: justify;
}

#Menu
{
	width: 760px;
	height: 32px;
	float: right;
	margin-top: -40px;
}

#Menu a
{
	width: 85px;
	line-height: 32px;
        vertical-align: middle;
	float: right;
        background: url("img/topmenu.gif") top left no-repeat;
	text-align: center;
	color: white;
	text-decoration: none;
}

#Menu a:hover, #Menu a.active
{
	text-decoration: underline;
}




.article_head
{
	border-bottom: 2px solid #891f10;
}

.article_body p
{
	padding-top: 8px;
	padding-bottom: 5px;
}

.article_comments a
{
	color: black;
}

.article_comments
{
    padding-top: 5px;
	padding-bottom: 15px;
}



.rightpart_header
{
	color: white;
	font-size: 15px;
	font-weight: bold;
	width: 263px;
    background: ;
    line-height: 38px;
    text-indent: 8px;
    margin-top: 5px;
}
