/* --------
BASIC STYLES
 -------- */
body
{
	font-family: Arial, Courier, mono;
	font-size: 0.8em;
}

img
{
	border: none;
}

a:link, a:active, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
a:hover
{
	text-decoration: underline;
}

textarea
{
	font-family: Arial, Courier, mono;
	font-size: 0.9em;
}

/* --------
CUSTOM STYLES
-------- */

#containter
{
	width: 620px;
	margin-left: auto;
	margin-right: auto;	
}

#self_img
{
	float: left;
	width: 143px;
	height: 110px;
	margin: 5px 0 0 0;
}

#title
{
	position: relative;
	float: right;
	background: url("../images/cv_title.jpg") no-repeat top right;
	width: 455px;
	height: 136px;
}
#title h1
{
	display: none;
}

#title h2
{
	display: none;
}

.clearer
{
	clear: both;
}

#main
{

	margin-left: auto;
	margin-right: auto;
}

#content_box
{
	width:580px;
	padding: 10px 20px 20px 20px;
	background: #EDEFFC url("../images/body_bg.jpg") no-repeat top right;
}

#nav_menu
{
	background: url("../images/btn_background.jpg") no-repeat top right;
	width: 620px;
	height: 60px;
	clear: both;
}
#nav_menu ul
{
	padding:20px 0 0 7px;
	margin:0;
	list-style: none;
	font-size:1.3em;
	font-weight: bold;
}
#nav_menu ul li
{
	display: inline;
}
#nav_menu ul li a
{
	border-top: 2px solid #6572ED;
	border-right: 2px solid #111C83;
	border-bottom: 2px solid #111C83;
	border-left: 2px solid #6572ED;
	background: #5260EA;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav_menu ul li a:hover
{
	border-top: 2px solid #111C83;
	border-right: 2px solid #6572ED;
	border-bottom: 2px solid #6572ED;
	border-left: 2px solid #0082AC;	
	font-weight: bold;
	background: #EDEFFC;
	color: #000000;
}

#footer
{
	text-align:center;
	margin: 20px 0 0 0;
}


/* --------
PORTFOLIO
-------- */

.port_item
{
	margin: 0 0 20px 0;
}
.port_item img 
{
	float: left;
	margin: 0 10px 0 0;
}
.port_item h4
{
	margin: 10px 0 0 20px;
}
.port_item p
{
	margin: 10px 0 0 20px;
}


/* --------
CONTACT
-------- */
#frm_email
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #6572ED;
	border-right: 2px solid #111C83;
	border-bottom: 2px solid #111C83;
	border-left: 2px solid #6572ED;
	background: #5260EA;
	padding: 15px;
	color: #FFFFFF;
}

#frm_email input.input_field
{
	width: 250px;
}
#frm_email textarea.input_field
{
	width: 250px;
	height: 150px;
}

.leftcol
{
	float: left;
	width: 100px;
}

.rightcol
{

}

.btncol
{
	clear:both;
	text-align: center;
}


