html, form
{
    height:100%;
}
body
{
    text-align: left;
    margin:0px;
    padding:0px; 
    position:relative;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; 
    font-size: 14px;
    background:url(/images/bg.jpg) center center;
    color:#303030;
    height:100%;
}

#page
{
    min-height:100%;   
    margin-bottom:-153px; 
}

#page:after
{
    content: '';
    display:block;
    height:153px;
}

a, a:focus, a:active { 
    outline-width: 0px;
    outline-style: none;
    color:#1758a0;
}

#header_bg
{
    width:100%;
}

#header
{
    height:173px;
    width:1000px;
    margin:0 auto;
    position:relative; 
}

#content
{
    width:1000px;
    margin:0 auto;
}

#footer_bg
{
    width:100%;
}

#footer
{
    width:1000px;
    height:153px;
    margin:0 auto;
    position:relative;
}

.addComment input[type=text]
{
    width:300px;
    padding:3px;
    
    background:#fafafa;
    border:1px solid #a3a3a3;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.addComment textarea
{
    width:300px;
    max-width:300px;
    height:80px;
    max-height:150px;
    padding:3px;
    
    background:#fafafa;
    border:1px solid #a3a3a3;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/**** Pages Checker Style ****/
.pcs 
{
	color:#E22126;
	font-size:14px;
	text-decoration:none;
	padding:0px 3px;
	cursor:pointer;
}
.pcs_selected
{
	background:#E22126;
	color:white;
	font-size:14px;
	text-decoration:none;
	padding:0px 5px;
	cursor:default;
}
.pcs:hover
{
	color:#E22126;
	font-size:14px;
	text-decoration:none;
	padding:0px 3px;
	cursor:pointer;
	font-weight:bold;
}
/********************/

h1
{
    color:#e22126;
    font-family:Trebuchet MS, Tahoma;
}

h2
{
    color:#e22126;
    font-family:Trebuchet MS, Tahoma;
    font-size:170%;
    margin:15px 0px;
}

h3
{
    color:#e22126;
    font-family:Trebuchet MS, Tahoma;
    font-size:130%;
    margin:12px 0px;
}