/** Basics **/
body {
	background: #d7e1e1 url(http://picju.com/images/78367791108186651041.png) repeat-x;
        background-position:0 29px;
	color: #000000;
	font-size: 11px;
	font-family: verdana;
}
img {
	border: 0;
}
#slide {
	position: absolute;
	top: 238px;
	left: 189px;
	background-image: url(1.png);
	background-repeat: no-repeat;
	width: 309px;
	height: 158px;
}
#sidebar {
	position: absolute;
	left: 54px;
	top: 437px;
	width: 200px;
	font-size: 10px;
	text-align: justify;
}
#content {
	position: absolute;
	left: 266px;
	top: 437px;
	width: 582px;
	text-align: left;
}

/** Headers **/
h1 {
	font-size: 14px;
	font-family: arial;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 3px;
	text-transform: lowercase;
	border-bottom: 1px dotted #522D3F;
	color: #522D3F;
}
h2 {
	text-align: left;
	border-bottom: 1px solid #089694;
	color: #089694;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
}
h2:first-letter {
	color: #12C2C0;
}
h3 {
	color: #81B0AF;
	font-family: tahoma;
	font-size: 12px;
	border-bottom: 1px dotted: #81B0AF;
}
.post {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 3px;
	color: #306B6C;
	font-size: 11px;
	font-family: tahoma;
}

/** Links **/
a:link, a:visited, a:active {
	color: #1CA1C2;
	text-decoration: none;
}
a:hover {
	color: #784BB2;
	text-decoration: none;
}



/** Forms **/
input, textarea, select {
	color: #4A081F;
	border: 1px solid #4A081F;
	font-family: verdana;
	font-size: 11px;
	letter-spacing: 1px;
	background-color: #CFBFDE;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}


/** Images **/
.limages img {
width: 69px;
height: 73px;
}

.image {
    border: 1px solid #c1d9d9;
    -moz-border-radius: 15px 0px 15px 0px;
    margin: 4px;
    padding:8px;
    background-image: url(http://ultimatedemi.org/gallery/themes/classic/imagebg.png);
    background-position: center;
    -moz-opacity : 0.9; opacity : 0.9 ;
}

.image: hover {
     border: 1px solid #c1d9d9;
    -moz-border-radius: 15px 0px 15px 0px;
    margin: 4px;
    padding:8px;
    background-color: transparent;
    background-image: url(http://ultimatedemi.org/gallery/themes/classic/imagebghover.png);
        background-position: center;
    -moz-opacity : 1.0; opacity : 1.0 ;
}
