@charset "utf-8";
/* CSS Document */

html {
text-align:center; background-image: url(images/graybg.jpg); background-repeat:	repeat;

}

body {
position: relative;
width: 800px;

margin: 0 auto;
text-align: left;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%px;
color: #FFFFFF;
}
#header{ background-image: url(images/alfa-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-color: #FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000  

}

#content { float:left; width:370px; height:450px; padding-right:25px; padding-left:25px; text-align: center;

}

#sub { float: right; background-color:#000000; width:380px; height:450px; text-align:justify;


}

#logo { float:right;  padding-left:40px; padding-right:40px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:justify;




}








#footer{ width:800px;
height:50px;
background-image: url(images/alfa-footer.jpg);

}

a:link { color: #CCCCCC; 
		text-decoration:underline;
}

a:visited { color: #CCCCCC; 
			text-decoration:underline;
			
}

a:hover { color: #CCCCCC; text-decoration: underline;
}

