/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
*
{
margin: 0px;
padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align: center;
}

p, ul, ol {
     margin: 0 0 1.4em 0;
     padding: 0px;
     font-size: 1.3em;
     line-height: 1.5em;
     color: #000;
}



h1 { 
     font-size: 24px; 
     line-height: 1.1em; 
     margin: 0 0 0.5em 0;
     margin: 0; 
     padding: 0; 
}

#header_left h1 { 
	 display:none;
}

h2 { 
     font-size: 18px; 
     margin: 0 0 0.5em 0;
     padding: 0; 
     color: #444444;  
     
}



.description { 
     font-size: 1.4em; 
     line-height: 1em; 
     letter-spacing: 2px; 
     color: #FFFFFF;
}


a:link, a:visited, a:active {
}

a:hover {
     text-decoration:underline;
}


#navlist a:hover
{
color: #000;
background-color: #FFF;
text-decoration: none;
}

#page {
    text-align: left;
    background-color: #ffffff;
}


#header {
	display:none;
}

#header_left {
	 display:none;
}

#header_right {

}

#header_right p {

}

#menu {
display:none;
}

#breadcrumb {
	display:none;
}

#breadcrumb p {
	 display:none;
}

#left
{
	display:none;
}



#right
{
background: url('http://edavip.ru/images/printbg.gif');
}

#right
{
text-align:justify;
}

#footer { 
display:none;
}

#footer p {
	 display:none;
}
#footer a
{
display:none;
}



.spacer { clear: both; }


