@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	background-color: #95a6f8;
	margin: 0;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	color:#efffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	display:block;
	height: 25px;
	padding-top:5px;
	background-color:#510000;
	border-bottom:1px dotted #CCC;
	width:inherit;
}

a {
	text-decoration: none;
	color:#95a6f8;
}

a:hover {
	text-decoration: none;
	color:#C00;
	}

#wrap {
	margin: 0 auto;
	width:800px;
	}

/* Header */

#header {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	padding: 0px;
	background-image:url(../img/header-bird.jpg);
	background-repeat:no-repeat;
	
	}
	.fl{
	float:left;	
	padding-right:50px;
	}

/* Menu */

#menu {
	width: 800px;
	height: 53px;
	margin: 0 auto;
	padding: 0;
	background-color:#142349;
	background-image:url(../img/menubg.jpg);
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0px 5x 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 120px;
	height: 39px;
	margin-left: 10px;
	padding-top: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}


#menu a:hover{
	background: url(../img/menuhover.jpg) no-repeat left top;
	background-repeat:repeat-x;
	padding-left: 0;
	color: #142349;
}
	
#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: url(../img/menuhover.jpg) no-repeat left top;
	background-repeat:repeat-x;
	padding-left: 0;
	color: #142349;
	}



/* Page */

#pageindex {
	width: 800px;
	margin: 0px auto;
				}

#page {
	width: 800px;
	margin: 0px auto;
	background-color:#192a57;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#efffff;
	letter-spacing: 0.1em;
			}
			
			#pagewebdesign {
	width: 800px;
	margin: 0px auto;
	background-image:url(../img/webdesignbg.jpg);
			}

/* Content */

#content {
	float: left;
	width: 750px;
	padding: 25px 25px 10px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#efffff;
	letter-spacing: 0.1em;
	background-color:#192a57;
}

#contentwebdesign {
	float: left;
	width: 750px;
	padding: 25px 25px 10px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#efffff;
	letter-spacing: 0.1em;
	background-color:#192a57;
	text-align:justify;
}

#contentportfolio {
	float: left;
	width: 750px;
	padding: 25px 25px 10px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#192a57;
	letter-spacing: 0.1em;
	text-align:justify;
}


#www-bg{
	background-color:#192a57;
	background-image:url(../img/www-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:800px;
	height:208px;
}

#content_01{
		background-repeat:no-repeat;
	padding: 10px 10px 10px 20px;
	height:160px;
}



.text{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#006;
}

.textsmall{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9px;
color:#666;
text-align:center;
}


#portfolio{
	width:100%;
	margin:0 auto;
	text-align:center;
	}
#title{
	width:100%;
	height:20px;
	text-align:center;
	}

.imgcenter{
	padding: 20px 0px 10px 0px;
	}

/* Sidebar */

#sidebar {
	float: right;
	width: 311px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 20px;
}

#sidebar li li {
	line-height: 35px;
	margin: 0px;
	padding: 2px 0px;
	border-left: none;
}

#sidebar h2 {
	height: 65px;
	letter-spacing: -.5px;
	font-size: 14px;
	color:#009;
	font-weight:bold;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

#sidebar p strong {
	color: #4A3E29;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
}

#footer{
	margin: 0 auto;
	width:900px;
}
