
/* Gloabl settings */

/* First gloab reset, see */
* {
margin:0;
padding:0;
}


body {
	font-size:76.1%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	text-align:center; /*center hack*/
	background: White;
	color:black;
}

/* Define text */

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
margin:0.5em 0;
}


fieldset{
padding:.5em;
}

a{
text-decoration:none;
}
a:link {color: blue;}
a:visited {color: red;}


h1{
font-size:1.7em;
line-height:1.7em;
}

h2{
font-size:1.5em;
line-height:1.5em;
}

h3{
font-size:1.3em;
line-height:1.3em;
}

h4{
font-size:1.2em;
line-height:1.2em;
}

h5{
font-size:1.1em;
line-height:1.1em;
}

h6{
font-size:1em;
line-height:1em;
font-weight:bold;
}


/* General settings */

.links {width:75%;
	table-layout: fixed;
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
}


#wrap {
width:97%; /*center hack*/
margin:0 auto; /*center hack*/;
text-align:left; /*center hack */
}

.inside {padding:10px;} 

#main-body {margin-left: 50px;
	    margin-right: 50px;
	    
} 

#main-text h3 {font-size: 1.4em;
	       line-height: 2.5em;
}

#main-text ul{list-style-type: square;
	line-height: 2em; 
	margin-left:2em;
	} 

#header img {padding-left: 20px;}



#header {height: 200px;
	 background-image:  url(slice.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	}


#main-text {background: #CCCCFF;
	    padding: 20px 30px 20px 30px;
	    font-size: 1.1em;
	    line-height: 1.1em;
}

#adress-section {height: 150px;
    padding-top: 1.5em;
    padding-left: 3em;
    clear:both;
    background: #CCCCFF;
}

#photo {width: 200px; 
    height: 150px;
float: left;    
}

#add {margin-left: 2em;
    vertical-align: top;
    float: left;
}

#footer {
    clear: both;
    height: 100px;
	 background-image: url(slice2.gif);
	 background-repeat: repeat-x;
	 text-align: center;
	 padding: 50px;
	 font-size: 0.75em;
	}