body{
	background-color:#ac865e;
	background-image:url("images/bg.jpg");
	background-repeat:repeat-x;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
}

small{
	font-size:12px;
}

#container{
	min-width:760px;
	max-width:1024px;
	margin:20px auto;
	/*background-image:url("images/gap.gif");*/
	background-repeat:repeat-x;
}

#header{
	-moz-border-radius: 10px 10px 0 0;
	height:260px;
	background-image:url("images/morena.jpg");
	background-repeat:no-repeat;
}

#header #girl{
	float:left;
}

#header #title{
	float:right;
}

ul#menu{
	background-color:#173038;
	height:1.2em;
	padding:0.5em 20px;
}

ul#menu li{
	display:inline;
}

ul#menu li a{
	color:white;
	text-decoration:none;
	float:left;
	margin-right:2em;
}

ul#menu li a:hover{
	color:#698f9b;
	text-decoration:underline;
}


.current_page_item a, .current_page_ancestor a{
	border-bottom:1px solid #698f9b;
	padding-bottom:2px;
	/*text-decoration:underline;*/
}


#sidebar{
	float:right;
	width:270px;
	background-color:#dad1c8;
	-moz-border-radius: 10px;
	padding:10px 20px;
}

#sidebar h2{
	font-size: 20px;
	margin:0.4em 0 0.2em 0;
}

#sidebar div{
	margin-bottom:30px;
}

#content #sidebar h1, #content #sidebar h2, #content #sidebar h3, #content #sidebar h4{
	color:#173038;
}

#content #sidebar ul{
	list-style-type:square;
        list-style-position:inside;
}
#content #sidebar ul li{
        background-image:none;
        padding:0;
        margin:0;
}
#content #sidebar ul, #content #sidebar p, #content #sidebar h2,#content #sidebar h2{
	padding-right:20px;
}

#content{
	background-color:white;
	padding: 20px;
	line-height:1.4;
	-moz-border-radius: 0 0 10px 10px;
}

#content h1, #content h2, #content h3, #content h4, #content p, #content ul{
	padding-right:330px;
}

#content table{
	padding-right:330px;
}

#content table ul{
	padding-bottom:20px;
}

#content hr{
        color: #DAD1C8;
        background-color: #DAD1C8;
        height: 1px;
        text-align:left;
        margin-left:0;
        width:450px;
}

#content ul{
	list-style-type:none;
	padding: 0;
	margin-left: 1em;
}

#content ul li{
	padding-left: 1.2em;
	background-image:url("images/check.gif");
	background-repeat:no-repeat;
	background-position:0 0.4em;
}

#content ul li.flag-us{
	padding-left: 1.5em;
	background-image:url("images/flag-us.gif");
	background-repeat:no-repeat;
	background-position:0 0.3em;
}

#content ul li.flag-uk{
	padding-left: 1.5em;
	background-image:url("images/flag-uk.gif");
	background-repeat:no-repeat;
	background-position:0 0.3em;
}

#content ul li.flag-br{
	padding-left: 1.5em;
	background-image:url("images/flag-br.gif");
	background-repeat:no-repeat;
	background-position:0 0.3em;
}

#content ul li.flag-ge{
	padding-left: 1.5em;
	background-image:url("images/flag-ge.gif");
	background-repeat:no-repeat;
	background-position:0 0.3em;
}

#content ul li.flag-ch{
	padding-left: 1.5em;
	background-image:url("images/flag-ch.gif");
	background-repeat:no-repeat;
	background-position:0 0.3em;
}

#content ul li.twitter{
	padding-left: 1.5em;
	background-image:url("images/twitter.gif");
	background-repeat:no-repeat;
	background-position:0 0.1em;
}

#content ul li.facebook{
	padding-left: 1.5em;
	background-image:url("images/facebook.gif");
	background-repeat:no-repeat;
	background-position:0 0.1em;
}

#content ul li.linkedin{
	padding-left: 1.5em;
	background-image:url("images/linkedin.gif");
	background-repeat:no-repeat;
	background-position:0 0.1em;
}

#content ul li.xing{
	padding-left: 1.5em;
	background-image:url("images/xing.gif");
	background-repeat:no-repeat;
	background-position:0 0.1em;
}


#content ul li.skype{
	padding-left: 1.5em;
	background-image:url("images/skype.gif");
	background-repeat:no-repeat;
	background-position:0 0.1em;
}

#content p, #content ul{
	margin:0.2em 0 0.8em 0;
}

#content a{
	color:#992525;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover{
	color:#57a070;
}

h1, h2, h3, h4{
	font-family:Georgia, serif;
	color:#614c35; /*#3a130b;*/

}

h1{
	font-size: 32px;
	margin:0 0 0.2em 0;
}

h2{
	font-size: 28px;
	margin:0.4em 0 0.2em 0;
	color:#593f23;
}

h3{
	font-size: 16px;
	margin:0.4em 0 0.2em 0;
}


h4{
	font-size: 14px;
	margin:0.4em 0 0.2em 0;
        clear:left;
}

#footer{
	text-align:center;
	clear:both;
}

#footer a{
	color:#578a9b;;
	background-color:white;
	text-decoration:none;
}
#footer a:hover{
	background-color:white;
	color:#57a070;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.alignleft{
   margin:0 10px 10px 0;
}

img.alignright{
   margin:0 0 10px 10px;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #DAD1C8;
     position:relative;
     top:-55px;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 700%;
     color: #DAD1C8;
     position:relative;
     top:-55px;
 }
