@charset "utf-8";
/* CSS Document */
@media (min-width: 1351px){
html {
	background: url(photos/back.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o--background-size: cover;
	background-size: cover;
}

ul {
    list-style: none;
}
div.container {
    width: 60%;
	height: 97%;
    margin: auto;
}
.container:after {
  content:"";
  display:table;
  clear:both;
}
.fixedcontent
{
	height:97%;
	overflow:auto;
}
.req
{
	color:red;
}
.resizedTextbox {
	width: 85%; 
	height: 20px; 
	padding: 1px;
}
.txtareasize {
	width:85%;
	height:100px;
	padding:1px;
}
div#content img {
  max-width: 100%;   
}
div#content2 img {
  max-width: 100%;   
}
div#header img {
	max-width: 100%;
}
div#nav {
	background: url(photos/back2.png) no-repeat center center fixed;
}
div#content2 {
	padding:3px;
	background: url(photos/back2.png) no-repeat center center fixed;
}

@media screen and (min-width: 600px) {
    div#sidebar {
        float: left;
        width: 31%;
    }
    div#content {
        float: right;
        width: 64%;
    }
    div#content2 {
        float: right;
        width: 64%;
    }
	div#nav {
		background: url(photos/back2.png) no-repeat center center fixed;
	}
}
}