/* 
    Document   : print
    Created on : May 7, 2010, 10:01:38 AM
    Author     : admin
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

#header, #search_form, #media_wrapper, #sidebar, #content_bottom img, #footer, .pagination{
    display:none;
}

.image_left{
    float:left;
    margin:0 10px 10px 0;
}

.image_right{
    float:right;
    margin:0 0 10px 10px;
}

.clear{
    clear:both;
}

.block{
    clear:both;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
        color:#666;
	}


