/* 
    Document   : main
    Created on : 19.06.2010, 10:36:32
    Author     : neutrino
    Description:
        Purpose of the stylesheet follows.
*/
#content{
    margin-right: 250px;
}
#content .subwrapper{
    margin-right: 40px;
}
.article{
    text-align: justify;
}
#content h1, #content h2, #content h3 {
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}
#content h1 {
    border-bottom: 1px solid black;
    margin-bottom: 25px;
    margin-top: 12px;
    text-transform: uppercase;
}
#content p, #content ul{
    margin-bottom: 15px;
    margin-top: 15px;
}
#content a{
	color: #7A7A7A;
	text-decoration: underline;
}
#content a:visited, a:hover {
	color: #7a7a7a;
	text-decoration: none;
}

.article_info{
	display:block;
	text-align:right;
	font-size:12px;
}
.article ul li{
	margin-left:1.15em;
}