@charset "UTF-8";
/* CSS Document */

/* 24medium */

body{
	margin:0px;
	padding:0px;
	background-image:url(images/bg_5.png);
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

/*

a{
	color:red;
	text-decoration:underline;
}

a:hover{
	background-color:yellow;
	color:red;
	}
	
a:visited{
	color:red;
	text-decoration:underline;
} */
	
#wrapper{
	width:960px;
	height:100%;
	margin:0px auto;
	position: relative;

}

#header{
	margin: 0px auto;
	height:154px;
	width:960px;
}

#logo{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:300px;
	height:154px;
	float:left;
}

#contact{
	float:right;
	width:500px;
	height:100%;
	text-align:right;
}

#contact ul li{
	display:inline;
	text-decoration:none;
	list-style:none;
	text-align:left;
}

#contact a:link{
	text-decoration:none;
	color:black;
	text-decoration:underline;
}

#contact a:visited{
	text-decoration:none;
	color:black;
	text-decoration:underline;
}

#contact a:hover{
	color:white;
	background-color:black;
}
.phone{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:46px;
	color:black;
	
}

#side{
	width:24px;
	float:left;
	text-align:left;
	height:100%;
	display:table-column;
}
/*port portie port port */
#one{
	background-image:url(images/bt_1.png);
	width:30px;
	height:30px;
	
}
#one a{
	background-image:url(images/bt_1.png);
	width:30px;
	height:30px;
	display:block;
	outline:none;
}

#one a:hover {
	background-image:url(images/bt_1a.png);
}


#two{
	background-image:url(images/bt_2.png);
	width:30px;
	height:30px;
}

#two a{
	background-image:url(images/bt_2.png);
	width:30px;
	height:30px;
	display:block;
	outline:none;
}

#two a:hover{
	background-image:url(images/bt_2a.png);
	}

#three{
	background-image:url(images/bt_3.png);
	width:30px;
	height:30px;
}
#three a{
	background-image:url(images/bt_3.png);
	width:30px;
	height:30px;
	display:block;
	outline:none;
}
#three a:hover{
	background-image:url(images/bt_3a.png);
}

#zero{
	background-image:url(images/btn_0.png);
	width:30px;
	height:30px;
}

#zero a{
	background-image:url(images/btn_0.png);
	width:30px;
	height:30px;
	display:block;
	outline:none;
}
#zero a:hover{
	background-image:url(images/btn_0a.png);
}

#portfolio{
	float:right;
	width:920px;
	height:340px;
	border:medium #999999;
	border-style:solid;
	background-color:white;
	background-image:url(port_images/front.png);
	background-position:left;
}

/* Portfolio more stuff */
#contentport{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:290px;
	height:350px;
	color:gray;
	margin:0px 15px 0px 0px;
}

#contentport h2{
	font-size:18px;
}

#imageport{
	float:left;
	margin:0px 0px 0px 4px;
}
#port_1{
background-color:#FFFFFF;}
#port_2{
background-color:#FFFFFF;}
#port_3{
background-color:#FFFFFF;}

#news{
	float:right;
}

#content{
float:left;
margin:0 20px 0 0;
width:287px;
font:georgia;
color:#666666;
}

#content h2{
	font-size:36px;
	font-weight:normal;
	margin:0px 0px -15px 0px;
}
#content a{
	color:red;
	text-decoration:underline;
}

#content a:hover{
	background-color:yellow;
	color:red;
	
}
#info{
}

#down{
	width:900px;
	height:2000px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:bottom;
}