/* CSS Document */
/* tatianalisnic.com */

body { background-color:#bfb8aa; 
}
#wrapper {
	width:768px;
	border:10px solid #fff;
	background-color:#C4c4c4;
	margin:25px auto;
	overflow: hidden;
	padding: 1px;
}


#topimage {
	width: 768px;
	height: 250px;
	float: left;
	background-color: #cc6;
	background-image: url(../img/bgHeader.jpg);
	background-repeat: no-repeat;
}


#content {
	width: 768px;
	background: #ededdc url(../img/bgbody05.jpg) repeat-x;
	min-height: 300px;
	position: relative;
	border-top: 10px solid #818164;
	overflow: visible;
	float: left;
}

#topmenu {
	width: 295px;
	top: -57px;
	height: 25px;
	z-index: 1;
	font: 23px arial, helvetica, sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: -2px;
	text-transform: uppercase;
	position: absolute;
	right: 40px;
}
#topmenu li {
	display: inline;
	padding-left: 5px;
}
#topmenu a { color: #fff; }
#topmenu a:hover {
	color: #cc9;
	text-decoration: none;
	border-bottom: 5px solid #E6E6CC;
}
#maincontent {
	background: #fff;
	width: 475px;
	top: -35px;
	z-index: 2;
	padding: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	left: 200px;
	float: right;
	margin-top: -35px;
	margin-right: 40px;
	margin-bottom: 25px;
}
#maincontent a {
	color: #996;
	text-decoration: none;
}

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

#footer {
	font: 10px "arial narrow", "helvetica narrow", arial, helvetica;
	color: #717A70;
	text-transform: uppercase;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	text-align: right;
	margin-top: -20px;
}


.content {
	padding: 10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 11px;
	line-height: 19px;
}
.small {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*/////////////////////////////////////////*/

table {
border-top:1px solid #e5eff8;
margin:1em auto;
border-collapse:collapse;
}
td {
	color:#706050;
	border-bottom:1px solid #D2CDC4;
	padding:.3em 1em;
}

tr.alt td {
	background: #F3F3E9;
	color: #444  /*#B4AA9D*/;
}

th {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding:.3em 1em;
}


h2 {
	font-size: 16px;
	font-family: "arial narrow", "helvetica narrow", helvetica, arial;
	font-weight: bold;
	text-transform: uppercase;
}
