/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{

}

html{
}	
body{
   background-repeat: no-repeat;
   font-family: Century Gothic, Sans-serif;
}

/* ----- IDS ----- */

#adcontent
{
 float: left;
 margin-top: 241px;
}

#adcontent img
{
  margin-left: 15px;
  margin-bottom: 25px;
  padding: 0;
}

#container{
}	
#primaryContent{
	position: absolute;
	top: 235px;
	left: 225px;
	width: 356px;
	height: 350;
	overflow: auto;
	z-index: 5;
}	
#secondaryContent{
}	

#navigation{
	padding: 0 0 0 0;
	margin-top: 2px;
	margin-left: 30px;
	z-index: 1;
	font-size: .9em;
}	

#navigation a{
color: rgb(207, 207, 207);
padding: 2px 2px 2px 2px;
text-decoration: none;
}

#navigation a.activated{
color: white;
}

#navigation a:hover{
color: white;
}

#navigation table td
{
  padding-right: 15px;
}

#footer{
}

#printing, #design, #web, #magazine, #portfolio, #about_us, #advertisers
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	visibility: hidden;
}

/* ----- CLASSES ----- */

.hide{
}
.show{
}

.lighttext
{
   color: white;
}

.darktext
{
   color: black;
}

/* ----- HEADINGS ----- */

h1{
}
h2{
}
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{

  color: white;
  font-size: .8em;
}

#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
   list-style: disc inside none;
}
ol li{
}
ul li{
}

#navigation li{
  display: inline;
  padding-right: 2em;
  font-weight: bold;

}

#navigation ul{
  clear: both;
  display: inline;
  list-style: none;
  color: white;
  font-size: .9em;
  padding: 0 0 0 20px;

}


/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
   text-decoration: none;
   font-weight: bold;
   color: white;
}

a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

/* --- menu stuff ----*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-weight: normal;
font-size: .8em;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: gray;
}
