body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background: #FFF;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: Arial,Verdana,Tahoma;
	color:#6F6F6F;
}
#fixed {
   margin:0 auto;
   width:800px;   /* you can use px, em or % */
   text-align:left;
   background: url(../images/back.jpg) no-repeat scroll 28px 0;
/*   border-left: 1px solid #000;
   border-right: 1px solid #000;*/
}
a {
	color:#8F1A25;
	text-decoration:none;
}
a:hover {
	color:#8F1A25;
	text-decoration: underline;
}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}
.col2 img {
	margin:5px 10px 5px 0;
}
/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
	height: 87px;
}
#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;

}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
	background: url(../images/back-line.jpg) repeat-y scroll 205px 0px;
}
.leftmenu .colright {
    float:left;
    width:200%;
	position:relative;
	left:200px;
    background:transparent;
}
.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:200px;
    padding-bottom:1em;
}
.leftmenu .col1 {
    margin:0 15px 0 235px;
    position:relative;
    right:100%;
    overflow:hidden;
    top: 17px;
}
.leftmenu .col2 {
    float:left;
    width:170px;
    position:relative;
    right:185px;
    text-align: right;
    top: 85px;
    height: 390px;
}
/* Bottom styles */
#bottom {
	clear:both;
}
#bottom img {
	margin-left: 170px;
	margin-bottom: 20px;
}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
	background-color: #8F1A25;
	text-align: left;
	color: #FFF;
	height: 56px;
}
#footer p {
    padding:20px;
    padding-left: 192px;
    margin:0;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration: underline;
}
#footer_in {
	margin:0 auto; 
	width:800px;
}
#bio {
	background-color: #6D656B;
	padding: 20px;
}
#bio_image {
	width: 122px;
	height: 150px;
	float:left;
	padding: 20px;
}
#galerija {
	margin: 20px 0;
	padding: 5px;
	background-color: #6D656B;
}
#galerija img {
	margin: 10px;
	border: 1px solid #FFF;
}
ul {
    padding-left:15px;
}
.bigheadtext {
    text-decoration: none;
    color: #705C67;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 40px;
    margin-bottom: 35px;
}
.smalllink {
    text-decoration: none;
    color: #705C67;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 31px;
}
.smalllink:hover {
    text-decoration: none;
    color: #8F1A25;
}
