/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background-image:url(images/tile.jpg);
}
#wrapper{
	background:white;
	width:980px;
	padding-top:40px;
	padding-bottom:20px;
	margin:30px auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	text-align:center;
   -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px 5px #633;
	-moz-box-shadow: 0px 0px 10px 5px #633;
	box-shadow: 0px 0px 10px 5px #633;
	}

a, a:visited {
	color:red;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

.theme-default #slider {
    margin:0 auto;
    width:900px; /* Make sure your images are the same size */
    height:450px; /* Make sure your images are the same size */
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
table{
	margin:80px auto 0 0;
	background:#993300;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}
table td{
	padding:10px;
	}
h1{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:20px;
	padding-top:30px;
	}
h2{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color:#999999;
	}
strong{
	font-family:"Arial Black", Gadget, sans-serif;
	}
p{
	padding:30px;}