    /*Main background darker color*/
body {
	background-image:URL("../images/Comb_Bg.JPG"); 
	font-family:Arial;
	margin-left:10%;
	margin-right:10%;
}

    /*Header background*/
header {
	background-color:black; 
	padding:20px 0px 20px 0px;
	width:100%;
	height:125px;
	text-align:center;
	border-radius:5px;
}

    /*Name Image in Header*/
header a img#Name{
    float:left;
	height:65%;
	padding-bottom:15px;
}

    /*Logo in Header*/
header a img#Logo{
    float:right;
    height:80%;
	margin-right:10px;
	padding-bottom:10px;
}

    /*Social Media Icons in Header*/
#social{
    float:right;
    width:20%;
	text-align:right;
}

    /*Navigation Blue Line*/
.Nav_line{
    width:75%;
    color:#41b2e6;
    float:left;
}

    /*main body*/
#cover {
	background-image:URL("../images/bg_light.png"); 
	width:100%;
	height:100%;
	border-radius:5px;
	text-align:center;
	padding-top:5px;
	padding-bottom:25px;
}

#cover p{
	font-family:verdana;
}

    /*Cover Link Images*/
#cover img.Link_Img{
	height:250px;
	border: 2px outset black;
	margin:10px;
}

#cover img.Link_Img:hover{
	height:250px;
	border: 2px outset black;
	background-color:silver;
}


#plesk_login{
	text-align:left;
}

#plesk_login img.Login_Img{
	width:10%;
	border: none;
	margin-left:10px;
	margin-top:10px;
}

	/*Displays the images with captions side by side*/
figure{
	display: inline-block;
}

figcaption{
	font-family: impact;
	font-size: x-large;
	color:  #1b4f72;
}

    /*footer containing copywrite info*/
footer {
	font-size:small; 
	background-color:#2E2E2E; 
	font-family:Arial;
	color:white;
	width:98%;
	padding:1%;
	text-align:center;
	border-radius:5px;
	float:right;
}
			
   /*all paragraphs*/
p {
	font-size:large; 
	margin-left:20px;
	margin-right:20px;}

    /*All Images*/
img{
	border:none;
}

#validation{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	opacity: 0.5;
}