body 
{
	/* 
	Here we'll declare the default font-size and font-family.
	The rest of the typographical rules use relative sizes based on this font-size.
	We can easily modify overall typography by changing or overriding these values.
	*/
	
	font-family: verdana, arial, helvetica;
	color:#222222;
	background-color:#FFF;
	text-decoration: none;
	word-spacing: 0.05em;
	/*text-align: left;*/
	line-height: 1.3em;
	font-size: .6em;
	margin:0;
	padding:0;
	font-weight:400;
}
#Header
{
	width:100%;
	margin-top:65px;
	height:32px;
	border-color:black;
	border-style:solid;
	border-width:1px 0;
	background-repeat:no-repeat;
	background-position:center right;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. */
	voice-family: "\"}\"";
  	voice-family:inherit;
	height:30px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. */
body>#Header
{
	height:32px;
}
a 
{
	color:#09c;
	text-decoration:none;
	font-weight:600;
}

a:link 
{
	color:#09c;
	text-decoration:none;
	font-weight:600;
}

a:visited
{
	color:#07a;
}

a:hover
{
	color:#0c80e2;
	background-color:#EEEEEE;
}


h1 
{
	color:#777777; 
	font-size:medium; 
	text-align:left;
	line-height:1;
	text-indent:12px;
	font-weight:900;
	font-family:verdana, arial, helvetica, sans-serif; /* Again, it's the logotype, so we want this control. */
	margin:0;
	padding:0;
}


button
{
	/*background-color:#555555;
	background-color:#20213E; */
	font-size:9px;
	/*
	border-top:0px solid #333333;
	border-right:2px solid #333333;
	border-bottom:2px solid #333333;
	border-left:0px solid #333333;
	*/
	font-weight:bold;

	color:#F25B00;
	margin:3px;
}


.boxContainer
{
	width:410px;
	float:left;
	border:0px solid #CCCCCC;
}

.topBox
{
	background-color:#EEEEEE; 
	height:25px; 
	border:0px solid #CCCCCC;
}


.middleBorderBox
{
	background-color:#FFFFFF; 
	border:0px solid #EEEEEE; 
	margin:0px; 
	padding:0px;
}

.innerBox
{
	background-color:#F8F8F8;
	border:1px solid #FF8000;
	margin:10px 10px 40px 10px; 
	padding:10px; 
}

.entriesCategoryContainer
{
	color:#777;
	margin-top:3px;
	padding:10px;
	font-size:16px;
	background-color:#F3F3F3;
	border-bottom:1px solid #F9F9F9;
	border-left:1px solid #F9F9F9;
	border-right:1px solid #F9F9F9;
}

.entriesCategoryContainer IMG
{
	display:none;
}

.entriesContainer
{
	margin:0px 10px 10px 15px; 
	border:1px #BBBBBB solid;
	color:#888888;
}

.entries
{
	padding:2px 2px 2px 2px;
	background-color:#FFFFFF;
	border-bottom:1px solid #F9F9F9;
	font-size:12px;
}

.entries A:link
{
	color:#0c80e2;	
	font-weight:normal;
}

.entries A:visited
{
	color:#0c80e2;	
	font-weight:normal;
}

.entries A:hover
{
	color:#3996FD;
	font-weight:normal;
	background-color:#EEEEEE;
}

.entries:hover A
{
	color:#016DE4;
	font-weight:normal;
	background-color:#EEEEEE;
}

.inputstyle
{
	background-color:#FFFFFF;
	margin:0;
	border:1px solid #BBBBBB;
	border-top:1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#555555;
}

.error
{
	background-color:#FFF4F4;
	border:2px ridge #FF0000;
	background-image: url('http://www.zepey.com/app/images/orangeBlueBlack/exclamation.png');
	background-repeat:no-repeat;
	background-position: 15px 10px;
	padding:10px 10px 10px 40px;
	margin:10px;
	font-weight:bold;
	color:#B30000;
}

h2 {
	color:#AAAAAA;
	font-size:2.18em; /* ~24px */
	font-weight:800;
	margin:0 0 .83em; /* margin-bottom: ~20px */
}

h3 {
	color:#333;
	font-size:1em;
	font-weight:700;
	margin:1.63em 0 .27em; /* ~18px 0 ~3px */
	}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#0080FF;
	font-size:1.87em; /* ~14px */
	font-weight:800;
	margin:.43em 0 .214em; /* ~6px 0 ~3px */
	}

h5 {
	color:#999;
	font-size:1em;
	font-style:italic;
	font-weight:800;
	margin:1.8em 0 .27em; /* ~20px 0 ~3px */
	}
li
{
	margin-left:20px;
	color:#FF8000;
}
ul	{
	margin-top:0px;
	padding-top:0px;
	}
	
img 
{
	border-width:0;
}

img.thumb 
{
	margin:10px 1px;
}


.portfolioimg
{
	float:right;
	padding:0 25px 0 15px;
}


#Main
{
	width:100%;
}

#Content
{
	clear:both;	
	width: 595px;
	margin:10px auto 0px auto;
	background-repeat:no-repeat;
	background-position:top right;
}





#Copyright
{
	clear:both;
	padding:50px 0px 100px 0px;
	text-align:center;
	font-weight:800;
	color:#999;
}
#copyrightText
{
	position:relative;
	left:-1.5em;
}

#logNav
{
	margin:3em 0 4em;
	text-align:center;
}
