body { 
background: #b7daff;
margin:0px;
} 
img { 
border : 0px; 
} 
a:link { 
color : #c36787; 
text-decoration : none; 
} 
a:visited { 
color : #c36787; 
text-decoration : none; 
} 
a:hover { 
color : #e8c7cf; 
text-decoration : none;
} 
#navigation a:link, #navigation a:visited, #navigation a:active { 
color : #cd95a0; 
text-decoration : none; 
font-size: 14px; 
padding-left: 10px;
text-transform : uppercase; 
line-height:20px;
} 
#navigation a:hover { 
color : #ffffff; 
text-decoration : none; 
padding-left: 10px;
text-transform : uppercase; 
} 
.layout_tbl	{
background:url(images/tblbg.gif) repeat-y;
margin:auto;
}
#navigation	{
width:88px;
margin-top:20px;
}
#content	{
width:434px;
margin-top:20px;
}
.footer	{
	background:#000000;
	position:fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	}
.footer p	{
	font-family:Arial;
	font-size:12px;
	text-align:center;
	padding-left: 100px;
	padding-right: 100px;
	color : #e8c7cf; 
}
h1 { 
font-family : Arial, Tahoma; 
font-size: 20px; 
font-weight : bold; 
color : #000000; 
text-align : center; 
} 
h1:before	{
content:url(images/dash.gif);
}
h1:after	{
content:url(images/dash.gif);
}
h2 { 
font-family : Arial, Tahoma; 
font-size: 14px; 
font-weight : bold; 
background:#000000;
color : #ffffff; 
text-align : center; 
} 
p, body { 
font-family : Arial, Tahoma; 
font-size: 12px; 
color : #000000; 
padding : 5px; 
} 
li { 
font-family : Arial, Tahoma; 
font-size: 12px; 
color : #666666; 
} 
small { 
font-family : Arial, Sans-Serif; 
font-size : 7px; 
} 
input, textarea { 
font-family : Arial, Sans-Serif; 
font-size : 12px; 
color : #000000; 
background-color : #dcdcdc; 
border : 2px solid #000000; 
}
input:focus	{
background-color:#FFFFFF;
}
th	{
color : #000000; 
}

/* control row colours in admin */
.literow {
background: #ffffff;
}
.darkrow {
background: #666666;
}
