/*
Document   : s
Created on : 18.08.2008, 13:29:48
Author     : yurik
Description:
Purpose of the stylesheet follows.
*/

/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

html {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: black;
    background-color: white;
}

body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: black;
    background-color: white;
}
header, 
nav, 
section, 
article, 
aside, 
footer {
	display: block;
}
		
img {
	
}

#bag {
    margin: 0px;
    padding: 0px;
    color: black;
    background: white;
}

#head {
    width: 700px;
    height: 142px;
    margin :0px;
    padding: 0px;
    border: 0px;
    color: black;
    background: white url("../i/t.png") no-repeat left top;
}

#left {
    width: 36px;
    height: 227px;
    border: 0px;
    background: white url("../i/l.png") no-repeat left top;
    float:left;
}

#content {
    width: 637px;
    padding: 0;
    border: 1px solid black;
    float: left;
}

#content ul {
	list-style: none;
    font-size: large;
    text-align: right;
	vertical-align: top;
    padding-left:10px;
}

#content li {
    font-size: large;
	vertical-align: top;
    padding-left:10px;
	float: left;
}

#content a {
    color: rgb(88, 77, 77);
    text-decoration: underline;
}

#content a:visited {
    color: rgb(121, 121, 121);
    text-decoration: underline;
}

#content a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

#rigth {
    width: 27px;
    height: 227px;
    border: 0px;
    background: white url("../i/r.png") no-repeat left top;
    float:left;
}

#bag > #content {
    float: left;
    color: black;
    background: white url("../i/m.png") no-repeat left top;
}

#articlebox {
	color: rgb(88, 77, 77);
    padding: 10px;
}

#articlebox img {
	max-width: 585px;
	max-height: 700px;
}

#articlebox p {
	color: rgb(88, 77, 77);
    font-size: small;
    text-align: justify;
    padding-left:10px;
	float: none;
}

#articlebox div {
	color: rgb(88, 77, 77);
    font-size: small;
    text-align: justify;
    padding-left:10px;
	float: none;
}

#articlebox div a {
    color: black;
}

#articlebox ul {
	list-style: none;
    font-size: small;
    text-align: left;
	vertical-align: top;
    padding-left:10px;
}

#articlebox li {
    font-size: small;
	vertical-align: top;
    padding-left:10px;
	float: inherit;
}

#articlebox h3 {
    color: rgb(167, 167, 167);
    font-size: 24px;
	text-align: center;
}

#articlebox h2 {
    color: rgb(167, 167, 167);
    font-size: 32px;
	text-align: center;
}