@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center;
}

.main #header h1 {
	background: url('images/lanischreibsteingraphicdesigner.jpg') no-repeat;
	height: 65px;
	text-indent:-5000px;
}
.main #header p {
	font-size: 14px;
	font-weight: bold;
}

#header a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#header a:visited {
	font-weight: bold;
	text-decoration: inherit;
	color: #FFFFFF;
}
#header a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

.main #container {
	width: 1100px;
	margin: 0px 25px; /* the auto margins (in conjunction with a width) center the page */
	border-style:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #666666;
}

.main #sidebar1 {
	color:#FFFFFF;
	float: right;
	width: 200px;
	height: 1000px;
	padding: 18px 0;
}

.main #sidebar1 a:link, a:hover, a:visited, a:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}

.main #sidebar1 h3, .main #sidebar1 p {
	margin-left: 25px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.main #sidebar1 h3 {
	font-size: 14px;
	line-height: 18px;
}

.main #sidebar1 p{
	color:#FFFFFF;
	font-size: 12px;
}

.main  #sidebar1 .bold  {
	font-weight: bold;	
}
	
.main #mainContent {
	margin: 0 200px 0 0; /* the left margin can be given in percentages or pixels. It creates the space down the left side of the page. */
}


.main #mainContent .description a:link {
	color: #FFFFFF;
}

.main #mainContent .description a:visited {
	color: #FFFFFF;
}

.main #mainContent .description {
	background: #999999;
	border: 1px solid #333333;
	color: #FFFFFF;
	margin: 0 15px 0 15px;
}

.main #mainContent .description p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.main  #mainContent .category {
	font-size: 14px;
	font-weight: bold;	
}

.main  #mainContent .bold  {
	font-weight: bold;	
}

.main  #mainContent .italic  {
	font-style: italic;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	color: #CCCCCC;
	font-size: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
