@charset "utf-8";
/* CSS Document */


body{
	background-color:#000;
	background-image:url(img/body.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
}
a{
	outline: none;
	color: #FFF;
	text-decoration:none;
}
a img { 
	border-style:none;
	text-decoration:none;
}
p{
	color: #FFF;
	font-family:"Arial", Arial, serif;
}

p.projects{
	float:right;
	
}


/* Outside Shell */
#main{
	background-color:#181616;
	margin: 1.5em auto 1.5em auto;
	border: solid 1px;
	border-color:#000;
	width: 943px;
	height: auto;

}
/* End Shells */

/* Header, holds Logo and Menu */
#header{
	background-color:#000;
	height: 141px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-top: solid 1px;
	border-color:#751a2b;
}

/* Logo */
#logo{
	background-color:#000;
	background-image:url(img/corner.png);
	background-position:center;
	background-repeat:no-repeat;
	float: left;
	margin: 0px;
	width: 200px;
	height: 140px;
	
}
/* End Logo */

/* Menu Styles */
#menu{
	background-color:#000;
	color: #FFF;
	float: right;
	margin: 0px;
	width: auto;
	height: 72px;
	padding: 35px 20px 33px 0px;
}

#menu_a{


}

#menu li {
	display:inline;
	padding: 20px 20px 20px 20px;
}


#menu li a{
	text-decoration: none;
	
}
/* End Menu */
/* End Header */

/* Main Content Styles */
#mid{
	background-image:url(img/bg_fill.png);
	background-repeat:repeat-y;
	background-color:#181616;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: auto;
	width: auto;
	border: solid 1px;
	border-color:#751a2b;
	overflow:auto;
	clear:both;
	
}

#left_m{
	background-color:#181616;
	background-image:url(img/content.jpg);
	background-repeat:repeat-x;
	float: left;
	width: 640px;
	height: auto;
}

#left_m_con{
	width: auto;
	padding: 30px;
	color: #FFF;
	height: auto;
	
}

.inputForm{
	font-family:"Arial", Arial, serif;
}

/* Projects Page */

#projects{
	text-decoration: none;
	padding: 10px;
	margin: 0px;
	width: auto;
	height: 190px;
}

#f{
	text-decoration: none;
	margin:0px;
	width: 250px;
	height: 182px;
	float:left;
}

#f_content{
	text-decoration: none;
	padding:5px;
	float:right;
	height: 172px;
	width: 285px;
}

/* Sidebar */

#sidebar{
	background-color:#5a1522;
	background-image:url(img/sidebar.jpg);
	background-repeat:repeat-x;
	color:#5a1522;
	float:right;
	width: 300px;
	height: auto;
	border-left: solid 1px;
	border-color:#751a2b;
	overflow:hidden;
	
}

#sidebar_con{
	width: auto;
	padding: 32px;
	font-family:"Arial", Arial, serif;
	height: auto;
}

.block li {
	color:#FFF;
	list-style: none;
	padding: 2px;
	border-bottom: solid 1px;
	border-color:#751a2b;
}

.block li a{
	text-decoration: none;
	color: #FFF;
}

.block li em {
	font-size: 0.9em;
	font-style: normal;
}

.block_t li{
	color:#FFF;
	list-style: none;
	padding: 10px 0px 10px 0px;
	
}

.block_t li a{
	color:#FFF;
	list-style: none;
	padding: 2px;
	border-bottom: solid 1px;
	border-color:#751a2b;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* End Main Content */

/* Footer Styles */
#footer{
	background-color:#000;
	color: #FFF;
	height: 5px;
	padding: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;

}
/* End Footer */

