body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	font-style: normal;
	background-color: #000;
	background-image: url(images/headers/header_sc_clouds.jpg);
	background-repeat: no-repeat
}

body a {
      /* font-variant: small-caps; */
	  color: #CC0000;
      text-decoration : none
}
body a:link a:visited a:active {
      color: white
}

body a:hover {
      color: red;
      text-decoration : underline
}

.header {
	padding: 0px 0px 0px 0px;
	position:absolute;
	top: 10px;
	left: 150px
	
}

.left_side {
	position: absolute;
    top: 83px;
	left: 105px;
	width: 320px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white

}

.gallery_text {
	width: 251px;
	height: 62px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BBB;
	font-size: 12px
	
}

.polaroid {
	position: relative;
	left: 256px;
	top: -60px;
        width: 60px;
	height: 50px;
	border-top: solid white 2px;
	border-left: solid white 2px;
	border-right: solid white 2px;
	border-bottom: solid white 12px
	
}

.journal {
	position: absolute;
	top: 50px;
	left: 450px;
	width: 329px;
	padding: 0px 10px 10px 10px;
	border: solid black 1px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10.5px
	
}

.journal_background {
	width: 350px;
	height: 350px;
	position: absolute;
	top: 50px;
	left: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	font-style: normal;
	background-color:#000000;
	background-image: url(images/journal_header.gif);
	background-repeat: no-repeat;
	opacity: .15;
	filter: alpha(opacity=15)
}



	
