/* Main Reset Info */
*
{
	margin:  0;
	padding:  0;
}

body 
{
	font:  12px/18px Arial, Tahoma, Verdana, sans-serif;
}

a 
{
	color:  blue;
	outline:  none;
	text-decoration:  underline;
}

p 
{
	margin:  0 0 18px
}

img 
{
	border:  none;
}

input 
{
	vertical-align:  middle;
}

#container2 
{
	clear:  left;
	float:  left;
	width:  100%;
	overflow:  hidden;
	background-image: url(/_skin/images/background.jpg);
}

#container1 
{
	float:  left;
	width:  100%;
	position:  relative;
	right:  80%;
	background:  black; /* column 1 background colour */
}

#col1 
{
	float:  left;
	width:  16%;
	position:  relative;
	left:  82%;
	overflow:  hidden;
	color:  white;
	font-family: Arial;
	font-size: 20px;
	line-height:  1.5;
	padding-top: 260px;
	padding-bottom:  30px;
	background-image: url(/_skin/images/journal.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height:  1000px;
}

#col2 
{
	float:  right;
	width:  80%;
	position:  relative;
	left:  80%;
	overflow:  hidden;
}

#header
{
	float: top;
	height: 92px;
	width:  100%;
	background: #512c8d;
	background-image: url(/_skin/images/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#content
{
	padding-left:  30px;
	padding-top:  30px;
	padding-right:  30px;
	padding-bottom:  30px;
}

/* Link sets */
a.col1:link
{
	color: white;
	text-decoration: none;
}

a.col1:visited
{
	color: white;
	text-decoration: none;
}

a.col1:hover
{
	color: palegoldenrod;
	text-decoration: none;
}

a.col1:active
{
	color: white;
	text-decoration: none;
}

/* Text Styles */
.title
{
	font-family:  Arial;
	font-size:  22px;
	letter-spacing:  1px;
}

.description
{
	font-family:  Garamond;
	font-size:  16px;
	letter-spacing:  1px;
}