html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;	
}
html {height: 100%}
body {
	font: 12px/18px Tahoma, Verdana, sans-serif;
	height: 100%;

}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 10px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	min-width: 1000px;
	max-width: 2690px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#sky{
	background:right -57px url(images/wrapper.jpg) no-repeat;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 260px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 256px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 310px 0 0;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 303px;
	margin-left: -303px;
	/* background: #FFACAA; */
	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -256px auto 0;
	min-width: 1000px;
	max-width: 2690px;
	height: 256px;
	background: #BFF08E;
}