@charset "utf-8";

/*  =========================================================
	File: FickBody tgp.css
	Date: 100417
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height:101%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ul, ol {
	list-style:none;	
}


fieldset, img {
	border:0;
}

/* All Links */
a { outline:none; text-decoration:none; } 

/* ==============================================
   II - Layout
   ============================================== */
body {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#ff57fe;
	background:#fff url(../images/header.jpg) repeat-x;
	margin:0px;
}

.header{
	background:url(../images/header.jpg) center no-repeat;
}

.footer{
	background:url(../images/footer.jpg) center no-repeat;
}

.top{
	width:380px;
	height:52px;
	margin:86px 0px 0px 120px;	
	line-height:15px;
}

.top a:link, .top a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;	
}

.top a:active, .top a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}

.toplist {
	width:700px;
	font-size:small;
}

.toplist a:link, .toplist a:visited {
	text-decoration:none;
	font-size:small;
	font-weight:normal;
}

.toplist a:active, .toplist a:hover {
	text-decoration:underline;
	font-size:small;
	font-weight:normal;
}

.td1 {
	font-size:11px;
	color:#ff57fe;
	font-weight:normal;
	line-height:16px;
}

.td2 {
	text-decoration:none;
	font-size:11px;
	color:#b521d0;
	font-weight:bold;
}

.td3 {
	text-decoration:none;
	font-size:11px;
	color:#b521d0;
	font-weight:bold;
}

.td3 a:link, .td3 a:visited {
	text-decoration:none;
	font-size:11px;
	color:#b521d0;
	font-weight:bold;
}

.td3 a:active, .td3 a:hover {
	text-decoration:underline;
	font-size:11px;
	color:#b521d0;
	font-weight:bold;
}

.td4 {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #ff4fff;
	font-weight: normal;
}

a:active, a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #ff4fff;
	font-weight: normal;
}

.img {
	background:#fff;
}

.img a:link img, .img a:visited img, .img a:active img {
	border:#ffa3f3 solid 1px;
	margin:5px;
}

.img a:hover img {
	border:#c870bd solid 1px;
	margin:5px;
}

/* ==============================================
   III - Archives
   ============================================== */
.archives {
	width:700px;
	text-align:left;
	font-size:small;
	padding:1em 2em;
	background:#fff;
}

.archives  h2 {
	font-size:120%;
}

.archives li {
	color:#ff57fe;
	line-height:1.5em;
}

.archives a:link, .archives a:visited {
	text-decoration:none;
	font-size:small;
	font-weight:normal;
}

.archives a:active, .archives a:hover {
	text-decoration:underline;
	font-size:small;
	font-weight:normal;
}

.archives span {
	padding:0 10px;
} 

.menu li {
	display:inline;
}