@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

/* CSS Document for Web Design Reyes.com */

body {
	background-color: #ababab;
	font-family: verdana;
	font-size: 10px;
	line-height: 18px;
	color: #878787;
}

h1 {
	font-family: verdana;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
	color: #ff6600;
}
.note_txt {
	font-family: verdana;
	font-size: 10px;
	line-height: 23px;
	font-weight: bold;
	color: #ff6600;
}

select {
	border: 1px dotted #999999;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 7px;
	padding: 2px;
	width: 200px;
}
input {
	border: 1px dotted #999999;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 7px;
	padding: 2px;
	width: 200px;
}
textarea {
	border: 1px dotted #999999;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 2px;
	width: 550px;
}
img {
border: 0;
}

a,img,input{outline: none;selector-dummy:expression(this.hideFocus=true);}

#container {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
}

#container #summary {
	font-family: arial;
	font-size: 10px;
	line-height: 35px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1px;
}
#container #top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#container #main {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	height: 410px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
}




#container  #footer {
	background-image: url(../images/btm_portfolio.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

#container #footer #nav {
	text-align: right;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 80px;
	padding-right: 30px;
}
#container #footer #nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	width: 120px;
}
#container #footer #nav a:hover {
	background-image: url(../images/over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #footer #copyright {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 15px;
	text-align: right;
	padding-right: 30px;
}
#container #main #body_area #note {
	font-family: verdana;
	font-size: 9px;
	color: #666666;
	margin-bottom: 7px;
	padding-left: 9px;

}



.grey {
	font-family: verdana;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	color: #232523;
}
.dark_grey {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #232523;
	font-weight: bold;
}

.clear {
	clear: both;
}
