@charset "utf-8";
/* CSS Document */

*{
margin:0
padding:0
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* WEBSITE CSS CODING WILL BEGIN HERE */



body {
	background-color:#240001
}
#wrapper{
  width: 1024px;
  height:600px;
  background-image:url(../images/wine-cup-1280x800.jpg);
  margin: 0 auto; 
}
header {
	color:#FFFFFF;
	background-image:url(../images/header2.jpg);
	background-image:!important;
	width: 1024px;
	height: 100px;
}



.nav { 
float:right;
padding-right:20px;
padding-top:5px;}
a {
	padding-right:5px;
}

a:link {color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;}      /* unvisited link */
a:visited {color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;}  /* visited link */
a:hover {color:#900;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;}  /* mouse over link */
a:active {color:#900;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;}  /* selected link */

footer {
	width:1024px;
	height:40px;
	background-color:#000000;
	margin: 0 auto; 
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}

#content {
	margin-left:50px;
	margin-top:30px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:justify;
	width:380px;
	opacity:0.7;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	color:#FFFFFF;
}










