/* CSS Document The Alternative*/

body {
background: #131313 url('images/bkg.jpg') repeat-x;
/*background: #000000 url('images/bkg.jpg') repeat-x;*/
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#container {
/*background: #0c1d0a; */
background: #000000;
width: 726px;
min-height: 600px;
margin: 0px auto;
}

#header {
background: #131313 url('images/header.jpg') no-repeat top left;
height: 237px;
width: 725px;
border-top: solid 1px #000;
border-left: solid 1px #000;
}

#headertxt {
height: 180px;
width: 725px;
}

#omenu {
padding: 201px 0px 0px 10px;
color: #e6e8fb;
font-variant: small-caps;
font-style: bold;
text-align: center;
line-height: 33px;
font-size: 15px;
}

#omenu a{
color: #e6e8fb;
text-decoration: none;
padding: 7px 10px 10px 10px;
line-height: 33px;
}

/*
#menu a:hover{
color: #e6e8fb;
background: #131313 url('images/menubkg.jpg') no-repeat top left;
line-height: 33px;
padding: 7px 10px 10px 10px;
}*/
#omenu a:hover{
color: #7dff7c
}

#content {
width: 723px;
min-height: inherit;
margin: 1px;
border-left: solid 1px #0080FF;
border-right: solid 1px #0080FF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #e6e8fb;
overflow: hidden;
}

#footer {
background: #131313 url('images/footer.jpg') no-repeat top left;
height: 33px;
width: 725px;
font-size: 9px;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 9px 0px 0px 0px;
color: #09002f;
}

#footer a {
color: #09002f;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

#maincontentbox {
float: center;
width: 700px;
padding: 10px 10px 10px 10px;
}

.quotes {
border-left: 2px #0080ff solid;
margin-left: 15px;
padding-left: 5px;
line-style: justified;
}

.img {
padding: 5px 5px 5px 5px;
}

#smallcontentbox {
float: left;
width: 200px;
margin-left: 20px;
padding: 10px 10px 10px 10px;
}

n1 {
font-size:  20px;
padding: 0 35px;
font-variant: small-caps;
}

h1 {	/*none*/
font-size: 11px;
background: url('images/headers.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
}

h2 {	/*person*/
font-size: 11px;
background: url('images/pplhdr.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

h3 {	/*camera*/
font-size: 11px;
background: url('images/camerahdr.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

h4 { /*caution*/
font-size: 11px;
background: url('images/cautionhdr.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

h5 {	/*home*/
font-size: 11px;
background: url('images/homehdr.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

h6 {	/*home*/
font-size: 11px;
background: url('images/arrowhdr.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

a , a:visited {
color: #e6e5fb;
text-decoration: underline;
}

a:hover {
color: #e6e8fb;
text-decoration: none;
}

.bold {
font-weight: bold;
}

li, ul {
list-style: none;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
}
