/*------ Global Tags ------*/
body {
	/*background: #2d5e9b url(../images/layout/background.gif) center top repeat-x;*/
	background: #fff url(/templates/public/vitaart/images/layout/background.gif) top center;
	font-family: Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

p {padding-bottom: 1em; font-size: 0.9em;}

h1{
font-size:1.2em;
color:#7e744b;
/*margin:10px 0 10px 0;*/
margin:0 0 0 0;
}

h2{
font-size:1em;
color:#7e744b;
/*margin:5px 0 5px 0;*/
}

h3 {}
h4 {}

img{border: solid 5px #bbb; margin: 0 10px 0 10px;}
a img {border: 0;}

a:hover {}

a:link {}

/*------ Layout ID Boxes ------*/
#wrap {
	width: 819px;
	margin: 0px auto;
    /*border-left: 1px solid #303242;
    border-right: 1px solid #303242;*/
    background: url(/templates/public/vitaart/images/layout/contentBackground.gif) top center repeat-y #fff;
}

#header {
    border: 0px solid #303242;
    background: url(/templates/public/vitaart/images/layout/headerBackground.gif) top center no-repeat #fff;
    height: 34px;
    padding-top: 100px;
}

#menuMain {
	padding-left: 34px;
	/*font-size: 10px;*/
    /*
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: url(/templates/public/vitaart/images/layout/images/menuMainBeckground.gif) top center repeat-x #061148;*/
}

#menuMain ul{
    list-style: none;
    padding: 6px;
    margin: 0;
}

#menuMain ul li {display: inline;}

#menuMain ul li a{ padding: 12px; color: #000; font-size: 14px; text-decoration: none; font-weight: bold;}

#menuMain ul li a:hover{background: url(/templates/public/vitaart/images/layout/menuBackgroundHover.gif) no-repeat bottom left;}
#menuMain ul li a:active{background: url(/templates/public/vitaart/images/layout/menuBackgroundSelected.gif) no-repeat bottom left;}
#menuMain ul li a:focus{background: url(/templates/public/vitaart/images/layout/menuBackgroundSelected.gif) no-repeat bottom left;}

#menuMain .selected{background: url(/templates/public/vitaart/images/layout/menuBackgroundSelected.gif) no-repeat bottom left;}

#footer {
    border-top: 0px solid #a5a5a5;
    color: #a5a5a5;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
    background: url(/templates/public/vitaart/images/layout/footBackground.gif) no-repeat bottom center;
    margin-top: 40px;
    line-height:82px;
}

#content {
    border: 0px solid #303242;
    margin: 20px 20px 0px 20px;
}

#contentMain {
	/*width: 520px;*/
	padding: 30px 30px 0px 30px;
	float: left;
}

#contentRight {
	/*width: 254px;*/
	margin-top: 45px;
	padding: 10px;
	float: right;
}

br.breaker {clear: both; margin: 0; padding: 0;}

.sideBox {border: solid 1px #d4ccad; padding: 5px; margin-top: 10px;}
