/* Layout properties*/
body {
	margin:0;
	padding:0;
	font-size:62.5%; !important
}
#head {
	background-image: url(images/head.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 52px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 262px;
	width: 162px;
	left: 50px;
	top: 0px;
}
#container {
	width: 702px;
	margin-left: 212px;
	padding: 52px 0 0 0;
}
#main_col {
	float: left;
	display:inline;
	width: 365px;
	background-image: url(images/wellcome.jpg);
	background-repeat:no-repeat;
	margin-top: 23px;
	margin-left: 17px;
	height: 185px;
}
#works {
	margin: 0px;
	padding:0;
	float: right;
	display:inline;
	width: 302px;
	background-image: url(images/vertical_line.jpg);
	background-repeat: repeat-y;
	height: 745px;
}
#cute {
	width: 365px;
	margin-top: 15px;
	margin-left: 17px;
	float:left;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
#footer {
	margin: 0px;
	clear: both;
	float:left;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width:100%;
}
/* Navigation */
#nav {
	z-index: 1;
	width: 500px;
	padding:0;
	margin:0 0 0 300px;
}
#nav ul {
	float: left;
	display:inline;
	margin:0;
	padding:0;
}

#nav li {
	display: inline;
	float: left;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0;
	padding:0 19px 0 0;
}

#nav li a {
	text-decoration:none;
	display:block;
	margin:14px 0 0 0;
}

#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom:7px;
}
/* Styling the content */
#works p {
	margin-top: 1.8em;
	margin-left: 2em;
}

#works p.top {
	margin-top: 1.2em;
}
#main_col p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #121C3A;
	
	margin:1.1em 1.2em 1.3em 1.2em;
	line-height: 1.1em;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:500;
	color: #FFFFFF;
	text-align: left;
	margin-top: 12px;
	margin-left: 10px;
}

#footer a, #footer a:link, #footer a:visited {
	border-bottom: 1px dotted #FFFFFF;
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	border-bottom: none;
}
