
html, body { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

body { color: #333; background: #eeecaf url('../images/bg.jpg'); background-repeat: repeat; margin: 0; padding: 0; text-align: center;}

.center {margin: 0 auto; width: 1001px; height: 726px; text-align: left; background: url('../images/bg2.png'); background-repeat: no-repeat;}

.menu {width: 600px; padding: 110px 0 0 260px;}

.content {width: 800px; padding: 0px 150px 10px 150px;}

.cvleft {width: 280px; float: left; margin-left: 60px;}
.cvright {width: 280px; float: right; margin-right: 150px;}

.gallery { padding-left: 30px;}

.front { padding-left: 100px;}
		
		 p
        {
                font-size: 0.75em;
                color: #333;
                font-family: Georgia, serif;
				line-height: 1.2em; 
        }
		
		 b
        {
                font-size: 0.8em;
				color: #333;
        }
		
		 p.small
        {
                font-size: 10px;
                color: #999;
                font-family: Helvetica, sans-serif;
                background-color: #ffffff; 
        }

        h1
        {

                color: #0090b3;
                font-size: 1em;
                font-family: Georgia, serif;
				line-height: 1.2em;
				font-weight: normal;
        }
		
		h1 a
        {

                color: #0090b3;
				text-decoration: none;
				font-weight: normal;
        }
		
		h1 a:hover
        {

                color: #ccc;
        }
		
		
		 h2
        {

                color: #9ac978;
                font-size: 0.8em;
                font-family: Georgia, serif;
				line-height: 1.2em;
        }
		
		a
        {
                font-weight: bold;
                color: #dc7353;
                text-decoration: none;
        }

        a:visited
        {
                color: #dc7353;
                text-decoration: none;
        }

        a:hover
        {
                color: #ccc;
                text-decoration: none;
				background-color: transparent;
  				filter:alpha(opacity=75);
  				-moz-opacity:.75;
  				opacity:.75;
  				position:relative;
  				left:1;
  				top:1;
        }
		
		input.button
		{
				background: #014864;
    			border: 1px solid #a0c1c8;
    			color: #fff;	
				font-weight: bold;
				font-size: 12px;
				font-family: Geneva, Arial, Helvetica, sans-serif;
				padding: 2px;
		}	
		
		input.field
		{
				background: #ffffff;
				padding: 2px;
                font-size: 12px;
                color: #333333;
                font-family: Geneva, Arial, Helvetica, sans-serif;
		}
		
		textarea.field
		{
				background: #ffffff;
				padding: 2px;
                font-size: 12px;
                color: #333333;
                font-family: Geneva, Arial, Helvetica, sans-serif;
		}	
		
