@charset "UTF-8";
/* formatting style
-------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
}
img { 
	border-style:none; 
}
a img { 
	border-style:none; 
}
/* link style
-------------------------------------------------*/
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 20px auto;
	width: 700px;
	border: 1px dotted #666666;
	position: relative;
}
#main {
	margin: 70px auto 0px;
	padding: 5px 0px;
	border-top: 1px dotted #666666;
	border-right: 0px none #666666;
	border-bottom: 1px none #666666;
	border-left: 0px none #666666;
	width: 100%;
}
.portfolio  {
	width: 400px;
	margin: 20px auto;
}
#maincopy #title #cover {
	margin-bottom: 10px;
	margin-top: 10px;
}
#main #flagPhoto {
	float: none;
	clear: none;
	margin-top: 20px;
}
#header {
	padding: 0px;
	position: absolute;
	float: none;
	margin: 0px;
	width: 100%;
}
#maincopy {
	margin: 10px;
	top: 0px;
	position: relative;
	padding: 5px 0px;
	right: 0px;
	left: 0px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
#footer {
	padding: 0px;
	height: auto;
	list-style: none;
	margin-bottom: 10px;
}
#footer input {
	border: 1px dotted #666666;
	background-color: #FFFFFF;
	line-height: 2em;
	height: 2em;
	color: #666666;
	width: 100px;
	margin-bottom: 10px;
}
#footer  #footerHome {
	font-size: x-small;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#maincopy #title img {
	float: none;
	padding: 0px;
}
.minilogo {
	position: absolute;
	left: 10px;
	top: 10px;
	float: none;
}
.imgMargin {
	clear: both;
}
