/* Begin CSS 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,
b, u, i, center,
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End CSS Reset */

/* =Structural
-----------------------------------------------------------------------------*/
body {
  background-color: #000;
  }
  
#main1 {
  width: 800px;
  height: 950px;
  background-color: #222;
  }
  
#main2 {
  width: 800px;
  background-color: #222;
  padding-bottom: 40px;
  }
  
.cal {
  background-color: #fff;
  padding: 25px 15px;
  text-align: center;
  }
    
.galpos {
  position: relative;
  top: 20px;
  left: 145px;
  }

.clear {
  clear: both;
  }
	
.centerall {
	width: 800px;
	margin: 0 auto;
	}

/* =Typography
-----------------------------------------------------------------------------*/
.p1 {
  font-family: helvetica;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
  }
  
.p2 {
  font-family: verdana;
  font-size: 10px;
  line-height: 15px;
	padding-left: 15px;
  }
  
ul.square {
  list-style-type: square;
  }

ul.square li {
  margin-left: 30px;
  }

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
  font-family: century gothic;
  font-size: 1.6em;
  font-variant: small-caps;
  color: #df0000;
  margin-bottom: 20px;
  }
  
h2 {
  font-family: century gothic;
  font-size: 1.2em;
  font-variant: small-caps;
  color: #df0000;
  margin-bottom: 10px;
  }

/* =Navigation
-----------------------------------------------------------------------------*/
#nav {
  height: 40px;
  }

#nav ul {
  float: right;
  background-color: #b70000;
  width: 100%;
  position: relative;
  top: -8px;
  }

#nav li {
  display: inline;
  float: left;
  padding: 10px 0 10px 60px;
  }

#nav a {
  font-family: century gothic;
  text-decoration: none;
  }

#nav a:link {
  color: #fff;
  }
    
#nav a:visited {
  color: #fff;
  }

#nav a:hover {
  color: #000;
  }
  
/* =Links
-----------------------------------------------------------------------------*/
.body1:link {
  color: #fff;
  text-decoration: underline;
  }
    
.body1:visited {
  color: #fff;
  }

.body1:hover {
  color: #df0000;
  text-decoration: none;
  }
  
.body2:link {
  color: #fff;
  text-decoration: underline;
  }
    
.body2:visited {
  color: #fff;
  text-decoration: underline;
  }

.body2:hover {
  color: #df0000;
  text-decoration: none;
  }
  
.p1 a:link {
  color: #fff;
  text-decoration: underline;
  }
    
.p1 a:visited {
  color: #fff;
  text-decoration: underline;
  }

.p1 a:hover {
  color: #df0000;
  text-decoration: none;
  }
  
/* =Main Content
-----------------------------------------------------------------------------*/
.content1 {
  color: #fff;
  padding: 20px 40px;
  }

/* =Images
-----------------------------------------------------------------------------*/
.img1 {
  float: left;
  border: 1px solid #fff;
  margin-right: 20px;
  }

.img2 {
  float: left;
  border: 1px solid #fff;
  margin-right: 10px;
  margin-bottom: 40px;
  }

.img3 {
  float: right;
  border: 1px solid #fff;
  margin-left: 20px;
  margin-bottom: 20px;
  }

.img4 {
  float: left;
  border: 1px solid #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  }

/* =Secondary Content
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/
.footer1 {
  color: #b70000;
  clear: both;
  text-align: right;
  font-variant: small-caps;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  top: 240px;
  right: 212px;
  }
  
.footer2 {
  clear: both;
  color: #b70000;
  text-align: right;
  font-variant: small-caps;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  margin: 20px 40px 20px 0;
  }

/* =Forms
-----------------------------------------------------------------------------*/


/* =Tables
-----------------------------------------------------------------------------*/
.tablediv {
  width: 600px;
  float: left;
  margin: 20px 0;
  }

.td1 {
  text-align: right;
  color: #fff;
  font-family: verdana;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 5px;
  padding-right: 15px;
  vertical-align: top;
  }

.td2 {
  text-align: left;
  color: #fff;
  font-family: verdana;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 5px;
  }

.textbox1 {
  height: 170px;
  width: 400px;
  }
  
/* begin gallery styling */
* { margin: 0; padding: 0; }

#jgal { 
  list-style: none;
  width: 100px;
  }
  
#jgal li {
  opacity: .5;
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  background-position: 70% 25%;
  cursor: pointer;
  border: 2px solid #fff;
  margin-bottom: 14px;
  }
  
#jgal li img {
  position: absolute;
  top: 0px;
  left: 100px;
  display: none;
  }
#jgal li.active img {
  display: block;
  border: 2px solid #fff;
  }
#jgal li.active, #jgal li:hover {
  outline-color: #bbb;
  opacity: .99
  /* safari bug */ }

/* styling without javascript */
#gallery {
  list-style: none;
  display: block;
  }
#gallery li {
  float: left;
  margin: 0 10px 10px 0;
  clear: both;
  }