#page {
	margin-right:auto;
	margin-left:auto;
	width: 65%;
	min-width:850px;
	text-align: center;
	padding: 10px 60px 30px;
	margin-top: 60px;
}
body {
	font-family: calibri, copperplate gothic light, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: auto;
	background-color: white;
}
#nav {
	z-index:0;
	text-align: left;
	text-transform: lowercase;
	position: absolute;
	top: 180px;
	padding-left: 40px;
}
#logo {
	position: absolute;
	z-index: 99;
	left: 25px;
	top: 25px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	color: #999;
	margin: 0px;
	padding: 0px;
}
a {
	color: #999;
	text-decoration: none;
	margin-left: 3px;
}
#nav ul li a {
	font-size: 1.2em;
	font-family: calibri, copperplate gothic light, Arial, Helvetica, sans-serif;
	margin-left: 3px;
}

a:hover {
	color: #f05872;
	text-decoration: none;
}
#home .home {
	color: #f05872;
}
#fashion .fashion {
	color: #f05872;
}
#patterns .patterns {
	color: #f05872;
}
#projects .projects {
	color: #f05872;
}
#portfolio .portfolio {
	color: #f05872;
}
#about .about {
	color: #f05872;
}
#contact .contact {
	color: #f05872;
}
#content {
	position:absolute;
	top:100px;
	z-index:998;
	height: 350px;
	width: 600px;
	text-align: center;
	margin-left: 200px;
	margin-right: auto;
	margin-bottom: auto;
}
#content p {
	text-align: left;
}
.medtext {
	font-size: medium;
}
.textcontent {
	line-height: 220%;
	text-align: left;
	margin-left: 40px;
}
.textcontent form table tr td {
	font-size: x-small;
}
.footer {
	font-family: calibri, copperplate gothic light, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	list-style-type: none;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #f05872;
}
.IvarDesign {
	font-size: 1px;
	line-height: 1px;
	color: #FFF;
	text-decoration: none;
	background-color: #FFF;
	display: none;
}
#header {
	height: 36px;
	width: 870px;
	margin-bottom: 5px;
	background-image: url(../img/yulia-copperplate.png);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
