* {
	margin: 0;
}
html, body {
	height: 100%;
}
h2 {
	font: bold 1.25em Tahoma, Arial;
	color: #d2232a;
}
h1 {
	font: bold 1.35em Tahoma, Arial;
	color: #d2232a;
}
a:link, a:visited {
	color: #D2232A;
	text-decoration: underline;
}
a:hover {
	color: #1E1C4E;
}
body  {
	font: 0.75em Tahoma, Arial;
	background: url(images/bg.jpg) #FFFFFF repeat-x;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
}
#header { 
	width: 1000px;
	height: 113px;
	margin: 0 auto;
} 
#logo {
	height: 113px;
	margin: 0 0 0 75px;
	float: left;	
	font: italic 23px "Palatino Linotype", Georgia;
	color: #1e1c4e;
}
#building {
	height: 113px;
	margin: 0 20px 0 0;
	float: right;
	font-family: tahoma;
	font-size: 17px;
	color: #d2232a;
}
#navigation {
	width: 800px;
	height: 42px;
	margin: 0 auto;
}
#content { 
	margin: 0 auto;
	width: 890px;
	padding: 20px 0;
} 
#featured {
	width: 313px;
	height: auto;
	border: 10px solid #2ab1f0;
	float: right;
	padding: 5px;
	text-align: center;
	margin: 0 0 5px 5px;
}
#tagline {
	margin: 0 auto;
	text-align: right;
	width: 1000px;
	font: bold 14px "palatino Linotype", georgia, sans-serif;
	color: #1e1c4e;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px;
}
.push{ 
	height: 32px;
} 
.footer{ 
	height: 32px;
	background: url(images/footerbg.gif) repeat-x;
	color: #FFFFFF;
	font: 0.9em Tahoma, Arial;
	text-align: center;
} 
.footer a:link, .footer a:visited, .footer a:hover{ 
	color: #FFFFFF;
	text-decoration: underline;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--------------navigation-----------------*/
    #nav {
    background: url(images/nav.gif) no-repeat;
    width:800px;
    height:42px;
    margin:0;
    padding:0;
    }

    #nav span {
    display: none;
    }

    #nav li, #nav a {
    height:42px;
    display:block;
    }

    #nav li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-home {width: 132px;}
    #nav-about {width: 141px;}
    #nav-project {width: 194px;}
    #nav-ref {width: 165px;}
    #nav-contact {width: 168px;}

    #nav-home a:hover {background:url(images/nav.gif) 0px -42px no-repeat; }
    #nav-about a:hover {background:url(images/nav.gif) -132px -42px no-repeat; }
    #nav-project a:hover {background:url(images/nav.gif) -273px -42px no-repeat; }
    #nav-ref a:hover {background:url(images/nav.gif) -467px -42px no-repeat; }
    #nav-contact a:hover {background:url(images/nav.gif) -632px -42px no-repeat; }
	
    #nav-home a.current {background:url(images/nav.gif) 0px -42px no-repeat; }
    #about #nav-about a {background:url(images/nav.gif) -132px -42px no-repeat; }
    #project #nav-project a {background:url(images/nav.gif) -273px -42px no-repeat; }
    #reference #nav-ref a {background:url(images/nav.gif) -467px -42px no-repeat; }
    #contact #nav-contact a{background:url(images/nav.gif) -632px -42px no-repeat; }

.roundedCorners{
	width: 290px;
	padding: 10px;
	background-color: #2ab1f0;
	border:1px solid #DDEEF6;
	/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	height: auto;
        float: right;
}

.roundedCorners p {
	text-align: left;
	color: #FFF;
}

.roundedCorners h3 {
	text-align: center;
	color: #FFF;
}

