body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/htdocs/images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e11d83;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 a  {
	text-decoration:none;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(/htdocs/images/img05.gif) repeat-y;
}

.rightmorePan {
	width: 320px;
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}
.rightmorePan p {
	text-align:left;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/htdocs/images/bg_button_aTFB.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/htdocs/images/bg_button_spanTFB.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
a {
	color: #e11d83;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 980px;
	height: 180px;
	margin: 0 auto;
	background: url(/htdocs/images/img02.jpg);
}

#header h1, #header h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 100px 0 0 0;
	font-size: 22px;
}
#header h1 a, #header h2 a{
	color: #FFFFFF;
	text-decoration:none;
}
/* Menu */

#menu {
	width: 980px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(/htdocs/images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 940px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(/htdocs/images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: right;
	width: 680px;
}


/* Links */

#links {
	float: left;
	width: 200px;
	padding-left: 20px;
	background: url(/htdocs/images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(/htdocs/images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(/htdocs/images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}
