body {
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #CCCCCC;
	padding:3px;
	margin:0px;

}

.new {
color: Yellow;
font-size:12px;
font-style:italic;
font-weight:bolder;
}

.style1 {
	color: #333300;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}

.floatright { float: right;
margin: 5px 75px 0px 5px;
}

.input {color: #000000;
	background-color: #CC9966;
}

.button {
color: #999933;
}

a {color: #FFFF00;
text-decoration:none;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color: #ffffff;}

h1 {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CC9966;
	border-top:2px solid #CCCCCC;
	border-bottom:0px solid #CCCCCC;
	padding:5px 15px;
	margin:0px;
	color: #000000;
	font-style: normal;
}

h2 {
font-size:12px;
font-weight: normal;
text-transform: lowercase;
background-color: #CC9966;
border-top:0px solid #CCCCCC;
border-bottom:2px solid #CCCCCC;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------- */
#container {
width: auto;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: center;
background-color: #000000;
padding: 0px;
margin: 0px; }

#banner img {padding:10px 0px;} 

/* ----------outer and inner----------------- */

#outer{ 
border-left: solid 0px #CC9966; /* color of the left column  */ 
border-right: solid 0px #CC9966; /* color of the right column  */ 
background-color: #000000;  /* color of the content column */
} 

#inner{margin:0; width:100%;
}
/*background-image: url(images/bg_side-l.gif);/*
} /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 }
 #right {
 width:200px; 
 float:right; 
 position:relative; 
 margin-right:-200px; 
 margin-left:1px;
 }
 
#rightcomment {
	clear: left;
	width: 360px;
	float: right;
 }
 #rightcomment2 {
 	clear:right;
	width: 360px;
	float: right;
 }

/* -----------------content--------------------- */ 
#content{
	position: relative;
	margin: 10px;
}

#contentnote{
	margin:auto;
	width:900px;
	clear:left;
}

p {
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
font-size:12px;
clear:left;
padding:0px;
margin:0px;
text-align: right; } 

/*  ----------------guestbook form---------------------- */

#guestbook {
     background-color: #999999;
     color: #ffffff;
     border: 1px #66CCFF;
     font-family: Verdana;
     font-size: 10px;
     text-align: center;
     width: 780px;
     margin: 2px;
	 
}

#guestbook .theName {
     font-family: Verdana;
     font-size: 10px;
	 background-color: #CCCCCC;
	 color: #FFFFFF;
}

#guestbook .theEmail {
     font-family: Verdana;
      font-size: 10px; 
      background-color: #CCCCCC;
     color: #FFFFFF;
}

#guestbook .theMessage {
     font-family: Verdana;
      font-size: 10px; 
      background-color: #CCCCCC;
     color: #FFFFFF;
}

/*  ----------------highslider---------------------- */

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 5px solid #CC9966;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: #000000;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#note {
width: 440px;
margin: 0px 20px 0px 20px;
}

