* {
    padding: 0;
    margin: 0;
} 

p {
font-size: 15px;
}

body {
background: #000 ;
font-family: Times, Arial, sans-serif;
font-size: 16px;
padding: 0;
margin: 0;
color: #ECECEC;
line-height: 17px;}

img { 
border: none; }

a { 
color: #336699; }

a:hover { 
text-decoration: none; 
color : #aaa; }

h3 { 
border-bottom: 1px dotted #aaa; 
color: #666; 
padding-bottom: 4px; 
margin: 14px 0 7px 0; 
font-weight: 100; 
font-size: 26px; 
letter-spacing: -2px;}

h3 a { text-decoration: none; font-size: 26px; letter-spacing: -2px; color : #fff;}
h3 a:hover { color: #aaa; }

#wrap {
width: 800px;
margin: 0 auto;
background: #000;
}

#header {
height: 100px;
background: #000 url(images/header1.jpg) no-repeat;
}
#header h1 {
color: #FF4040;
font-size: 44px;
font-weight: 600;
letter-spacing: -2px;
padding: 30px 0 0 30px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}

#header h2 {
font-size: 18px;
color: #FF4040;
padding: 9px 0 0 33px;
}

#content { 
padding: 0 20px;
background: #000;	
}

#right {
margin-top: 1px;
width: 580px;
float: right;
font-size: 12px;
text-align: justify;
background: #000;}

#right h2 {
color: #ffffff;
text-align: center;
font-size: 20px;}

#right h3 {
color: #ffffff;
font-size: 24px;
letter-spacing: 1px;
text-align: center;
dotted #000;}

#left {
margin-top: 10px;
width: 160px;
float: left;
background: #000;}

#left h3 { 
color: #fff; }

#left ul { 
list-style-type: none; 
padding: 10px 0 10px 0; }

#left ul li { 
padding: 2px 0 3px 0; }

#left ul li a {
color: #fff; font-weight: 600; 
display: block; 
text-decoration: none; 
font-size: 15px; 
border-bottom: 1px dotted #eee; }

#left ul li a:hover { color : #aaa; }

#footer {
font-size: 12px;
color: #ECECEC;
text-align: center;
padding: 10px 0;

border-top: 1px dotted #aaa;
background: #000;}

#footer a { 
color: #ECECEC;
background: #000;}

#footer a:hover {
color: #aaa; 
text-decoration: underline; 
background: #000;}

#wrapper {
margin: 0 auto;
width: 870px;
text-align: left;
position: relative;
background: #000;}

/* Image gallery */

.noscreen {
display: none;
background: #000;
}

.gallery {
width: 99%;
margin: 1px 0 3px 0;
background: #000;
}

.photo {
float: left;
display: inline;
width: 140px;
height: 200px;
overflow: auto;
position: relative;
margin-right: 1px;
margin-left: 1px;
}

.photo a img {
margin: 2 auto 1px auto;
border: 3px solid #1E1E1E;
}

.photo a:hover img {
border: 5px solid #1E1E1E;
}

.photo p {
margin: 2px 2px 0 0;
line-height: 1;
color: #000000;
font-weight: bold;
background-color: #1E1E1E;
border: 1px solid #1E1E1E;
float: left;
padding: 3px 5px;
font-size: 12px;
}

.photo p, .photo p a, .photo p a:visited {
color: #DDEEFF;
text-decoration: none;
font-weight: normal;
}