body
{
	background-image:url(../images/bgV.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2a5178;
	margin: 0;
}

body, body div, body p, body th, 
body td, body li, body dd
{
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    x-small
    /* intended value for better browsers */
}

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd
{
    font-size:    small
    /* be nice to Opera */
}

.links a:link img, .links a:visited img
{
	/* seems to prevent flickering in Mozilla-based browsers */
	opacity:0.999;
}
.links a:active img, .links a:hover img, .links a:focus img
{
	/* for Mozilla/Firefox/Safari */
	opacity:0.6;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=60);
} 

#gallery
{
	width: 100%;
	height: 750px;		
}

.content a:link, .content a:active, .content a:hover
{
	color:#000000;
}

.content .title
{
	color:#000000;
}
