@charset "utf-8";

/*  =========================================================
	File: MaxxxBondage style.css
	Date: 090428
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

/* All Links */
a { outline:none; text-decoration:none; } 

/* ==============================================
   II - Layout
   ============================================== */

body{
	font-family: Comic Sans MS, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	color: #fb25ff;
	background-color:#f4fae1;
	margin: 0px;
}

.header{
	background: url(../images/header.jpg) center no-repeat;
	height:214px;
}

.footer{
	background: url(../images/footer.jpg) center no-repeat;
}

.footer-bg{
	background: url(../images/footer-bg.jpg) repeat-x;
}

.desc{
	float: left;
	width:440px;
	height:40px;
	color:#fb25ff;
	font-size:12px;
	text-align: center;
	margin:70px 0px 0px 40px;
}

.bookmark-top{
	margin:0px 0px 0px 430px;	
}

.td1 {
	font-size: 12px;
	color: #FB25FF;
	font-weight: normal;
}

.td2 {
	text-decoration: none;
	font-size: 12px;
	color: #fb25ff;
	font-weight: normal;
}

a:link, a:visited{
	text-decoration: none;
	font-size: 12px;
	color: #fb25ff;
	font-weight: normal;
}
a:active, a:hover, a:focus {
	text-decoration: underline;
	font-size: 12px;
	color: #fb25ff;
	font-weight: normal;
}
.a1:link, .a1:visited{
	text-decoration: none;
	font-size: 12px;
	color: #fb25ff;
	font-weight: bold;
}
.a1:active, .a1:hover, .a1:focus {
	text-decoration: underline;
	font-size: 12px;
	color: #fb25ff;
	font-weight: bold;
}

.gals {
	padding:5px;
	background-color:#eeffb1;
}

.gals_m {
	padding:7px;
	background-color:#eeffb1;
}

.img a:link img, .img a:visited img, .img a:active img{
	border:#ff76fc solid 1px;
	margin:5px;
	padding:1px;
}

.img a:hover img, .img a:focus img {
	border:#ff76fc dashed 1px;
	margin:5px;
	padding:1px;
}