body{
	background-image:url(../img/layout/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	background-color:#000000;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	height:100%;
}
a{
	text-decoration:none;
	color:#D12834;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#8B2323;
}

h2{
 margin:10px 0px 10px;
 color:#8B2323;
}
p{
	margin:5px 0px;
}
label{
float:left;
width:175px;
text-align:center;
font-size:14px;
}
div.input{
	margin:5px 0px;
}
#center{
	width:786px;
	margin:0px auto;
	text-align:left;
}
#header{
	text-align:center;
}
#content{
	width:730px;
	text-align:left;
	margin:0px auto;
}
#footer{
	width:730px;
	margin:0px auto;
}
.cake-sql-log{
	margin-top:25px;
	background-color:#CCC;
}
.active_image{
	width:75px;
	text-align:center;
}
.active_image img{
	border:4px solid white;
	cursor:pointer;
}
.passive_image{
	width:75px;
	text-align:center;
}
.passive_image img{
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-bottom:1px solid black;
	border-right:1px solid black;
	cursor:pointer;
}
.passive_image a:hover img{
	border:2px solid #8B2323;
	cursor:pointer;
}
.error-message{
	color:#F00;
}
.message{
	color:#F00;
	font-weight:bold;
	margin:10px 0px;
	text-align:center;
}
.article{
	padding:0px 15px;
}
#portfolio_tray{
	overflow:auto;
}
