@CHARSET "ISO-8859-1";

body {
	background-color: #a80606;
	margin: 0px;
	padding: 0px;
	font-family: Lucida Grande, verdana, trebuchet ms;
	font-size: 1.0em;
	font-size: 80%;
	color: #a80606;
	line-height: 1.5em;
}

h1{
	font-size: 1.8em;
}

h2{
	font-size: 1.5em;
}
h3{
	padding: 0px;
	margin: 0px 0px 10px 0px;	
}

a {
	color: #a80606;
	font-weight: bold;
}
#content{
	border: 1px dotted #ac1212;
	background-color: #fff;
	background-image: url("../img/middle-rr.jpg");
	background-repeat: repeat-y;
	background-position: right;
}

#title {
	display: block;
	position: relative;
	margin-left: 50px;
	padding-top: 96px;
	height: 30px;
	background: transparent;
}

#line{
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px dotted #a80606;

}
#pftbl{
	display: block;
	height: 100%;
	z-index:10;
	margin-right:10px;	
}
#pftbl td{
	vertical-align: top;
	width: 60%;
	min-width: 400px;
	padding: 20px 20px 20px 0px;
	border-bottom: 1px dotted #f6c3ca;
}
#portfolioContent{
	/*height: 99%;*/
	/*border: 1px solid #a80606;*/
	z-index: 6;
	padding:5px;
	margin: 0px;
	display: block;
	margin-bottom:10px;
}

#portfolioContent img{
	display: block;
	border: 1px solid #a80606;
	height: 200px;
	
}

#portfolioContent img:hover{
	border: 1px solid #000;
}	
p {
	margin: 10px;
}

#dButton {
   font-family:Trebuchet MS,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#a80606;
   border-style:double;
   border-color:#DDDDDD;
}

#dButton:hover{
	background-color: #CC3333;
	border-style: double;
	border-color: #fff;
	
}

#dButton:active{
	background-color: #fff;
	color: #000;
	border-style: double;
	border-color: #000;	
}
