@charset "utf-8";
/* CSS Document */

html {
text-align:center; background-image: url(images/graybg.jpg); background-repeat:	repeat;		
}

body {
position: relative;
width: 800px;

margin: auto;
text-align: left;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
}
#header{ background-image: url(images/fac-header.jpg);
width:800px;
height:75px;		

}
#nav{ width:790px; padding-left:10px; padding-top:2px;
height:25px;
background-color: #000000

}
#main { width:800px; 
height:450px; background-image:url(images/bg-for-content-burg.jpg); background-repeat: repeat-x;  

}

#content { float:left; width:350px; height:400px; padding-left:25px; text-align:justify;

}

#sub { float: right; width:380px; height:400px; margin-top:25px; margin-right:25px; text-align:justify;


}






#footer{ width:800px;
height:50px;
background-image:url(images/winefooter.jpg);

}

a:link { color:#FFFFFF; 
		text-decoration:underline;
}

a:visited { color:#FFFFFF; 
			text-decoration:underline;
			
}

a:hover { color:#CCCCCC; text-decoration: underline;
}
