body
{
	background-color: #eaeff0;
	background-image: url(../images/background-repeatx.png);
	background-repeat: repeat-x;
	color: #5e8086;
	font-family: "Quando", "Georgia", "Times New Roman", serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5
{
    text-shadow: 0px 0px 2px #fff;
}

h2
{
	font-size: 20px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
.textonly
{
	display: none;
}

a
{
    color: #d00;
}

#header
{
	background-image: url(../images/header-notext.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 530px;
	margin: 80px auto 0px auto;
    cursor: pointer;
}

#header p
{
    text-align: center;
    margin: auto;
    position:relative;
    top: 80px;
    text-shadow: 0px 0px 2px #fff;
}


#contentbig
{
	margin: 20px auto;
	width: 640px;
	padding: 0px;
}

#contentbig h2
{
    font-weight: normal;
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
}

#contentbig img
{
	margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 15px #759195;
    -moz-box-shadow:    0px 0px 15px #759195;
    box-shadow:         0px 0px 15px #759195;
}

#content
{
	margin: 40px auto;
	width: 420px;
	padding: 0px;
    margin-bottom: 100px;
}

#content .item
{
    min-height: 48px;
    position: relative;
}

#content .item h2
{
	font-weight: normal;
	font-size: 18px;
	color: #5e8086;
    margin: 0;
	padding: 0px;
    padding-top: 10px;
    padding-left: 70px;
    cursor: pointer;
}

#content .item p
{
	font-size: 11px;
	color: #73949b;
	margin: 0px;
}

#content .item .thumbnail
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    background-color: white;
    border: 1px solid #80a1a7;
    border-radius: 3px;
	/*box-shadow: 0 0 9px #5e8086;*/
	box-shadow: 2px 2px 0px rgba(40%, 50%, 52%, 0.6);
}

#content .item .thumbnail img
{
	border: none;
	padding: 0px;
	margin: 0px;
    display: block;
}

#content .item .thumbnail a
{
	padding: 0px;
	margin: 0px;
}


.seperator
{
	background-image: url(../images/seperator.png);
	background-repeat: repeat-x;
	width: 360px;
	height: 2px;
	margin: 15px auto;
	clear: both;
}
