@charset "UTF-8";

/*
Site created by Ryan Krochko
Copyright 2008
*/

/*
/*-----------------
|
|	General website setup
|
/-----------------
*/

* 
{
	margin:0;
	padding:0;
}

html
{
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #000;
}

/*
/*-----------------
|
|	DIVs for Krochko Photo
|
/-----------------
*/

div#body
{
	background-color: #000;
}

div#content
{
	width: 980px;
	margin: auto;
	text-align: center;
}

div#header
{
	width: 980px;
}

div#bodies
{
	background-color: #000;
	min-height: 400px;
	color: #fff;
}

div#panels
{
	margin-top: -2px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 930px;
	background-color: #222;
	margin-left: 25px;
}

div#leftpanel
{
	width: 220px;
	background-color: #222;
	margin-left: 20px;
	padding: 10px; 
	text-align: left;
	margin-top: 15px;
	float: left;
}

div#rightpanel
{
	float: right;
}

div#clearall
{
	clear: both;
	width: 100%;
}

div#footer
{
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	width: 960px;
	height: 30px;
	margin: auto;
	text-align: center;
}

div#footer2
{
	background-color: #14120f;
	width: 960px;
	height: 30px;
	margin: auto;
	margin-top:-5px;
	text-align: center;
}

div#content_box
{
	width:960px;
	margin-left:10px;
	height:400px;
	background-color:#202020;
	text-align:left;
}

div#content_box p
{
	font-size:14px;
	margin-left:25px;
}

div#floatright
{
	float:left;	
	width:50%;
}

div#floatleft
{
	float:right;
	width:50%;
}

/*
/*-----------------
|
|	CLASSs for Krochko Photo
|
/-----------------
*/

p.navtabs
{
	margin-top: -10px;
}

p.firstpara:first-letter
{
	font-size: 50px;
}

/*
/*-----------------
| 
|	Link setup Krochko Photo
|
/-----------------
*/



