/* RESET */
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-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
/* RESET END */














/* Structure */

body {
  margin: 0px;
  background-color: #CD1821;
  text-align: center;
  min-width: 900px;
  }


#wrapper {
  margin: 0 auto;
  width: 900px;
  height: 1200px;
  text-align: left;
  background-color: #ffffff;
  }


#body {
  margin: 0px;
  width: 900px;
  height: 1200px;
  position: relative;
  left: 0px;
  background-color: #ffffff;
  }
  
#left-side {
  width: 10px;
  height: 100%;
  background-image: url(images/left-side.png);
  background-repeat: repeat-y;
  }
  
#right-side {
  width: 10px;
  height: 100%;
  position: absolute;
  left: 100%;
  left-margin: -10px;
  top: 0px;
  background-image: url(images/right-side.png);
  background-repeat: repeat-y;
  }
  
#bl {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -1px;
  top: 100%;
  margin-top: -19px;
  background-image: url(images/bl.png);
  }

#br {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 100%;
  margin-left: -19px;
  top: 100%;
  margin-top: -19px;
  background-image: url(images/br.png);
  }
  
/* Structure End */







/* Navigation */

#nav {
  width: 365px;
  height: 25px;
  position: absolute;
  left: 50%;
  margin-left: -182px;
  top: 430px;
  text-align: center;
  z-index: 1;
  }

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  }

#nav li {
  width: 61px;
  height: 20px;
  margin: 0px 2px 0px 0px;
  padding: 4px 0px 0px 0px;
  float: left;
  font-family: helvetica, arial;
  font-size: 12px;
  font-weight: bold;
  background-image: url(images/nav-bg.png);
  background-repeat: no-repeat;
  }

#nav a {
  font-size: 12px;
  color: #333333;
  }
  
#nav a:hover {
  text-decoration: none;
  }
  
.select {
  border-bottom: 1px solid #ffffff;
  background-image: url(images/nav-bg-select.png);
  }
  

 /*Navigation End */













/* Sitewide */

a {
  color: #CC3333;
  }

a:hover {
  text-decoration: none;
  }

a img {
  border: 0px;
  }

p {
  font-family: helvetica, arial;
  font-size: 12px;
  color: #333333;
  margin: 5px 0px 5px 0px;
  }

h1 {
  font-family: helvetica, arial;
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
  color: #cc3333;
  margin: 10px 0px 10px 0px;
  }

h2 {
  font-family: helvetica, arial;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin: 15px 0px 10px 0px;
  }

h4 {
  font-family: helvetica, arial;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  display: inline;
  }

/* Sitewide End */















/* Heading */

#heading {
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0.5%;
  top: 1%;
  text-align: center;
  }

.heading-logo {
  width: 300px;
  height: 240px;
  }

#heading img {
  border: 2px solid #393939;
  }

/* Heading End */








/* Ads */

#ad_links{
  width: 170px;
  height: 540px;
  position: absolute;
  left: 100%;
  margin-left: -182px;
  top: 450px;
  border: 1px solid #DADADA;
  overflow: hidden;
  }
  
#ad_links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  }

#ad_links img {
  padding: 5px;
  }

#google-ad {
  width: 160px;
  height: 600px;
  position: absolute;
  top: 450px;
  left: 19px;
  }

/*Ads End */











/* Gallery */

#gallery {
  width: 500px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -260px;
  top: 450px;
  padding: 10px;
  background-image: url(images/gradient.png);
  background-repeat: repeat-x;
  background-position: bottom;
  border: 1px solid #DADADA;
  z-index: 1;
  }

#gallery li {
  padding: 2px;
  margin-left: 2px;
  float: left;
}


/* Gallery End */











/* Form */

#form {
  width: 340px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 50px;
  }

#form td {
  font-family: helvetica, arial; 
  font-size: 12px; 
  color: #444444; 
  vertical-align: middle;
  padding: 2px 20px 2px 0px;
  }
  
/* Form End */















/* Body */

#copy {
  width: 500px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -262px;
  top: 450px;
  padding: 10px;
  background-image: url(images/gradient.png);
  background-repeat: repeat-x;
  background-position: bottom;
  border: 1px solid #DADADA;
  z-index: 1;
  }

/* Body End */










