body{width:900px; margin:10px auto; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#949494}

.t {background: url(../images/background/TBorder.gif) 0 0 repeat-x;}
.b {background: url(../images/background/BBorder.gif) 0 100% repeat-x}
.l {background: url(../images/background/LBorder.gif) 0 0 repeat-y}
.r {background: url(../images/background/RBorder.gif) 100% 0 repeat-y} 

.bl {background: url(../images/background/BLeft.gif) 0 100% no-repeat;}
.br {background: url(../images/background/BRight.gif) 100% 100% no-repeat;}
.tl {background: url(../images/background/TLeft.gif) 0 0 no-repeat}
.tr {background: url(../images/background/TRight.gif) 100% 0 no-repeat; padding:20px; overflow:hidden; height:100%} 
.clear {font-size: 1px; height: 1px} 

#leftCol {width:32%; float:left; overflow:hidden;}
#rightCol {width:68%; float:left; overflow:hidden;}

#menu {
	padding-bottom:15px;
	margin:auto;
}

#menu ul {
	list-style-type:none;
	list-style:none;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	height:100%;
}

#menu ul li {
	padding:15px 5px 0 0;
	float:left;
	display:inline;
}

#menu ul li a {
	color:#949494;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#CB1B6E;
}


.pictureType {
	padding-top:10px;
}

.pictureHeading {
	padding-bottom:0px;
}

.picture {
	overflow:hidden; 
	height:100%;
	padding-top:10px; 
}

.picture DIV {
	width:50px; 
	height:50px; 
	float:left; 
	
	padding:0px 10px 10px 0px;
}

.picture DIV img{
	width:50px; 
	height:50px; 
	border:1px solid #666666;
	background-color:#CCCCCC;
}

a:link, a:visited {
	color:#949494; 	
	text-decoration:none;
}

a:hover {
color:#CB1B6E;
text-decoration:none;
}

form label {
	display:block;
	padding-top:10px;
}

form input {
	width:300px;
}

form textarea {
	width:300px;
	height:150px;
}

form input#sent {
	display:block;
	margin-top:10px;
	width:auto;
	
	color: #000000;
	font-size: 11px;
	border: 1px solid #636363;
	background-color:#FFCC00;
	cursor:pointer;
}
