/* CSS Document */
* { 
      padding: 0px;
      margin: 0px;
      border: 0px}
      
body {
      font-family: arial, helvetica, sans-serif;
      font-size: 90%;
      background: #241A18;
      color: #fff}

em {font-weight: bold; color: #ccc}

.floatr{float: right}

h1 {font-family: 'arial narrow', arial, helvetica, sans-serif;
 text-transform: uppercase; font-weight: bold; line-height: 80%; width: 200px;font-size: 260%}
h1 span {display: inline; color: #d0cbc2; font-size: 80%}

h2 {font-size: 360%; font-weight: normal}

h3 {padding: 25px 0 7px 0; color: #928a7c; font-size: 150%; font-weight: normal; border-bottom: 1px dotted rgb(180,180,180)}

h4 {padding: 25px 0 7px 0; color: #d3ef73; font-size: 150%; font-weight: normal; border-bottom: 1px dotted rgb(180,180,180)}

h4 span {font-size: 55%; color: rgb(150,150,150)}

.small {font-size: 80%}

div#left {background: #241A18;color: rgb(120,120,120); height: 100%; float: left; margin: 10px; width: 220px; border-right: 1px dotted rgb(180,180,180)}

a:link {color: #00a8f6; text-decoration: none;border-bottom: 1px dotted rgb(180,180,180) }
a:visited {color: #00a8f6; text-decoration: none; border-bottom: 1px dotted rgb(180,180,180)}
a:hover {color: #d3ef73; text-decoration: none; border-bottom: 1px dotted rgb(180,180,180)}

a.nodot {border: 0px}

ul#nav {width: 201px; padding-top: 30px}
ul#nav a {display: block; border-bottom: 1px dotted rgb(180,180,180); text-transform: uppercase; font-size: 85%}
ul#nav a:hover {background: rgb(70,70,70);  }
ul#nav span{display: block; color: #d3ef73;  border-bottom: 1px dotted rgb(180,180,180); text-transform: uppercase; font-size: 85%}

div#left  div#box{width: 200px;background: #222; margin: 30px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
 }
div#left  div#box div#top{visibility: hidden;padding: 0px; line-height: 0px; background: #222 url(../img/tr.gif) no-repeat right top}
div#left  div#box div#bottom{visibility: hidden;padding: 0px; line-height: 0px; background: #222 url(../img/br.gif) no-repeat right top}
div#left p{line-height: 2em; font-size: 85%; padding: 12px}

a.logo {visibility: hidden; width: 200px; display: block; text-align: center; border: 0px}

div#content {
     margin-top: 10px;width: 70%; float: left; margin-right: -500px;}
div#content p{line-height: 1.5em;}      
div.maincolumn {float: left; width: 70%;  margin-bottom: 50px;}

     
div.column1 {background: #241A18; font-size: 85%; float: right; margin-bottom: 50px; width: 20%; margin-right: 5%}
div.column1 p, div.column1 h3 {width: 200px; min-width: width: 150px; margin-left: 10px; background: #241A18}
div.column1 p {width: 180px; padding-right: 20px;margin-right: 15px }

div#footer {color: white; clear: both; width: 100%; background: rgb(70,70,70) url(../img/bg.gif); height: 130px;}
div#footer ul {margin-top: 10px; font-size: 85%;margin-left: 15px; float: left; width: 280px}
div#footer em {color: white; font-weight: normal}

table {margin-top: 10px; border: 1px dotted rgb(170,170,170)}
td {background: #241A18; padding: 10px;border: 1px dotted rgb(170,170,170) }

div.video {width: 300px; float: left; margin: 10px 10px 0 0}

div.aboutuspic {background: rgb(230,230,230) url(../img/lg.jpg) no-repeat center top; height: 533px; width: 100%}

p.aboutusp {background: rgb(60,60,60); color: rgb(230,230,230); padding: 10px}
