

/* ~~~~~ RESET & BASICS ~~~~~ */

*									{ margin: 0; padding: 0; }

body								{ font-family: helvetica, verdana, sans-serif; 
					 				  background-color: #fff;
									  color: #6c6d71;}

a, a:visited						{ text-decoration: none; outline: none; color: #6c6d71; border-bottom: 1px dotted #000000;}
a:hover								{ color: #000000; }
a img								{ border: none; }
img									{ vertical-align: middle; }
.clear								{ clear: both; }

table 								{ border-collapse:collapse; border-spacing:0; }
fieldset,img 							{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul 								{ list-style:none; }
caption,th 							{ text-align:left; }
h1,h2,h3,h4,h5,h6 					{ font-size:100%; font-weight:normal; }
h3									{ font-size: 2em; margin-top: 80px; }
abbr,acronym 							{ border:0; }

/* img hover effect *//*
a:link img 							{ opacity: 0.80; }
a:hover img 							{ opacity:1.0; }
a:link img 							{ filter:alpha(opacity=80); }
a:hover img 							{ filter:alpha(opacity=100); }
*/

#wrap								{ margin: 0 auto; width: 960px; }

#download 							{ width: 940px;
									  margin: 40px 0px 20px 0px;
									  padding-top: 0px; 
									  text-align: center;}


#content 							{ width: 940px;
									  height: 500px;
									  margin: 20px 0px 20px 0px;
									  padding-top: 0px; 
									  text-align: center;}






									  
