/*index.html CSS design by Nicolas Kern*/

body
{
width: 767px;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
background-color: #EEEEEE;
font-family: Trebuchet MS, Verdana;
}

#portfolio
{
list-style: none;
margin: 0px;
padding: 0px;
font-size: 75%;
text-decoration: none;
text-align: center;
}

#header
{
padding-bottom: 10px;
background-color: #C3D9FF;
font-size: 90%;
-moz-border-radius-topleft: 2%;
-moz-border-radius-topright: 2%;
-moz-border-radius-bottomleft: 2%;
-moz-border-radius-bottomright: 2%;
text-align: center;
text-decoration: none;
}

table
{
margin: auto;
}

#subh1
{
font-size: 10px;
font-weight: normal;
}

#menuglobal
{
float: left;
width: 180px;
}

img{
width: 170px;
}

.menu
{
background-color: #C3D9FF;
padding: 5px;
text-align: center;
-moz-border-radius-topleft: 10%;
-moz-border-radius-topright: 10%;
-moz-border-radius-bottomleft: 10%;
-moz-border-radius-bottomright: 10%;
}

#content
{
margin-left: 200px;
padding: 40px;
font-size: 90%;
background-color: #CDEB8B;
-moz-border-radius-topleft: 3%;
-moz-border-radius-topright: 3%;
-moz-border-radius-bottomleft: 3%;
-moz-border-radius-bottomright: 3%;
}

body div#content div
{
	text-indent: 30px;
}

p
{
font-weight: bold;
}

.menu p
{
font-weight: normal;
font-size: 80%;
text-align: left;
}

.menu p:before
{
content: "- ";
}

.menu_title
{
font-weight: bold;
}

a
{
text-decoration: none;
}

a:hover
{
color: black;
text-align: right;
text-decoration: none;
}

#footer
{
padding: 5px;
text-align: center;
font-size: 70%;
background-color: #C3D9FF;
clear: left;
-moz-border-radius-topleft: 2%;
-moz-border-radius-topright: 2%;
-moz-border-radius-bottomleft: 2%;
-moz-border-radius-bottomright: 2%;
}
