* {
	margin: 0;
	padding: 0;
	}

body {
	background: #bdbdd8 url(../_img/bg_pg.gif) repeat-x 0 0 fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	}
	
p, ul, ol, h2, h3, h4, h5 {
	margin: 20px 0 10px 0;
	}
	
h1, h2, h3 {
	line-height: normal;
	}
	
h1 {
	width: 420px;
	text-indent: -99999px;
	margin: 0 0 0 0;
	height: 80px;
	}
	
h2 {
	font-size: 23px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #153153;
	font-weight: normal;
	}
	
h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-weight: normal;
	}
	
.portfolio h3 {
	margin: 20px 0 -20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
}
	
ul, ol {
	margin: 0 0 0 40px;
	list-style: inside;
	}
	
ul {
	list-style-type: none;
	}
	
li {
	list-style-type: none;
	background: url(../_img/bullet_01.gif) no-repeat 0 6px;
	padding: 0 0 0 24px;
	}
	
a:link, a:visited {
	color: #4775bf;
	text-decoration: underline;
}	

a:hover, a:active {
	color: #c8a2c7;
}	

h1#home1 {
	background: url(../_img/ttl_home.gif) no-repeat;
	}

h1#about1 {
	background: url(../_img/ttl_about.gif) no-repeat;
	}

h1#services1 {
	background: url(../_img/ttl_services.gif) no-repeat;
	}

h1#portfolio1 {
	background: url(../_img/ttl_portfolio.gif) no-repeat;
	}

h1#contact1 {
	background: url(../_img/ttl_contact.gif) no-repeat;
	}

#container {
	width: 760px;
	margin: auto;
	background: #fff;
	}
	
#header {
	background: url(../_img/bg_header.jpg) no-repeat 0 0;
	height: 185px;
	}
	
#logo {
	position: relative;
	top: 15px;
	left: 10px;	
}
	
#nav {
	height: 41px;
	background: #132b4c url(../_img/bg_nav.gif) repeat-x 0 0;
	text-align: center;
	margin: auto;
	}
	
#body_home {
	border: #fff 5px solid;
	background: url(../_img/bg_body.gif) repeat-y top right;
	}
	
#body {
	border: #fff 5px solid;
	background: #eee;
	}
	
#side {
	height: 550px;
	width: 300px;
	background:#fff;
	float: left;
	clear: none;
	position: relative;
	}
	
#quote {
	background: #0d1a45 url(../_img/bg_quote.gif) repeat-x 0 0;
	color: #fff;
	border-top: #fff 5px solid;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	}
	
#quote p {
	margin: 0;
	}	
	
p#author {
	font-weight: bold;
	float: right;
	margin: 20px 20px 0 0;
	}
	
#sidebar {
	width: 250px;
	float: right;
	clear: none;
	margin: 20px 0;
}

#sidebar ul {
	margin: 0;
}

#sidebar ul li {
	background: none;
	padding: 0;
}

#sidebar ul li li {
	list-style-type: none;
	background: url(../_img/bullet_01.gif) no-repeat 0 6px;
	padding: 0 0 0 24px;
}

.blog_content {
	float: left;
	clear: none;
	width: 470px;
}

#content_home {
	float: right;
	clear: none;
	width: 445px;
	}
	
.home strong {
	font-style: italic;
	font-size: 12px;
	}
	
.home {
	line-height: 18px;
}
	
#content {
	}
	
#it {
	padding: 10px;
	}
	
#footer {
	height: 130px;
	background: #9393b9 url(../_img/bg_footer.gif) repeat-x 0 0;
	border: 5px #fff solid;
	border-top: none;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	}
	
#footer a:link, #footer a:visited {
	color: #fff;
	}
	
#footer a:hover, #footer a:active {
	color: #003;
	}
	
#footer * {
	margin: 0;
	}
	
/* MISC. */

p.dld {
	padding: 0 0 0 25px;
	background: url(../_img/bullet_02.gif) no-repeat 0 2px;
	font-weight: bold;
	} 	
	
*.center {
	text-align: center;
	margin: auto;
	}
	
li.first {
	background: none;
	margin: 0;
	padding: 0;
}

img.thb {
	float: left;
	clear: none;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	margin: 10px 10px 0 0;
}

img.thb2 {
	float: right;
	clear: none;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	margin: 10px 0 0 10px;
}
	
img.thb3 {
	float: right;
	clear: none;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	margin: 30px 0 0 0;
}

img.thb4 {
	float: left;
	clear: none;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	margin: 0 10px 10px 0;
}
	
.left {
	width: 350px;
	float: left;
	margin: -20px 0 20px 0;
}

.left p {
	margin: 0;
}

.left h2, .right h2 {
	margin: 20px 0 -20px 0;
}

.right {
	margin: -20px 0 20px 0;
	width: 300px;
	float: right;
}

.p_item {
	clear: both;
	border-bottom: 1px dotted #ccc;
	padding: 0px;
}

.p_item p {
}

span.mp3 {
	float: left;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 3px;
}
	
/* FORM */

fieldset {
  padding: 1em;
  margin: auto;
  border: #ccc 1px solid;
  }
  
legend {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	}
  
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  }

span.error {
	background: #f00;
	color: #fff;
	float: left;
	clear: none;
	text-align: left;
	}

input#submit {/*
	width: 120px;
	background: url(../_img/bg_btn.gif) no-repeat 0 0;
	width: 175px;
	height: 62px;
	color: #fff;
	font-size: 24px;
	border: none;
	margin: auto;
	text-align: center;
	float: none;*/
	}

/*  CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}